https://github.com/kzorin52/nistp256
Rust dylib wrapper to RustCrypto/elliptic-curves [only keypair]
https://github.com/kzorin52/nistp256
crypto cryptography elliptic-curves keypairs nistp256 perfomance secp256r1
Last synced: about 1 month ago
JSON representation
Rust dylib wrapper to RustCrypto/elliptic-curves [only keypair]
- Host: GitHub
- URL: https://github.com/kzorin52/nistp256
- Owner: kzorin52
- License: mit
- Created: 2024-01-26T08:25:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-26T10:00:12.000Z (over 1 year ago)
- Last Synced: 2025-03-10T12:17:32.064Z (2 months ago)
- Topics: crypto, cryptography, elliptic-curves, keypairs, nistp256, perfomance, secp256r1
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust dynamic library with NIST-P256 keypair derivation
Big thanks to RustCrypto/elliptic-curves