Crates.io | solana-rfc6979 |
lib.rs | solana-rfc6979 |
version | 0.2.1 |
source | src |
created_at | 2024-09-14 05:46:37.763573 |
updated_at | 2024-09-14 05:52:57.450449 |
description | A simple implementation of rfc6979 for SVM |
homepage | |
repository | |
max_upload_size | |
id | 1374486 |
size | 6,031 |
A simple implementation of RFC6979 for Solana.
Uses solana-hmac-drbg
, solana-hmac-sha256
and solana-nostd-sha256
under the hood.
let k = rfc6979_generate(&private_key, &curve_order, &message_hash); // -> [u8;32]