An open API service indexing awesome lists of open source software.

https://github.com/virgesmith/crypto-rs

moved crypto out of rust101
https://github.com/virgesmith/crypto-rs

Last synced: 6 days ago
JSON representation

moved crypto out of rust101

Awesome Lists containing this project

README

          

# crypto-rs
Cryptocurrency utils (a port of some C++ code) that was originally in [rust101](https://github.com/virgesmith/rust101)

Ensure:
1. `pkg-config` and `libssl-dev` packages are installed
2. `openssl-sys` rust package is up to date (run `cargo update`)