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
- Host: GitHub
- URL: https://github.com/virgesmith/crypto-rs
- Owner: virgesmith
- License: mit
- Created: 2020-12-27T17:49:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T20:07:05.000Z (over 5 years ago)
- Last Synced: 2025-04-08T16:55:16.358Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)