2 releases

0.2.1 Sep 14, 2024
0.2.0 Sep 14, 2024

#11 in #svm

Download history 295/week @ 2024-09-14 25/week @ 2024-09-21

320 downloads per month

MIT license

5KB

solana-rfc6979

A simple implementation of RFC6979 for Solana.

Uses solana-hmac-drbg, solana-hmac-sha256 and solana-nostd-sha256 under the hood.

Usage

let k = rfc6979_generate(&private_key, &curve_order, &message_hash); // -> [u8;32]

Dependencies

~460KB
~10K SLoC