- secp256k1_count_hash
ubyte[] secp256k1_count_hash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- secp256k1_count_hmac_hash
ubyte[32] secp256k1_count_hmac_hash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
- secp256k1_hmac_sha256_finalize
void secp256k1_hmac_sha256_finalize(secp256k1_hmac_sha256* hash, ubyte* out32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_hmac_sha256_initialize
void secp256k1_hmac_sha256_initialize(secp256k1_hmac_sha256* hash, const(ubyte)* key, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_hmac_sha256_write
void secp256k1_hmac_sha256_write(secp256k1_hmac_sha256* hash, const(ubyte)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_rfc6979_hmac_sha256_finalize
void secp256k1_rfc6979_hmac_sha256_finalize(secp256k1_rfc6979_hmac_sha256* rng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_rfc6979_hmac_sha256_generate
void secp256k1_rfc6979_hmac_sha256_generate(secp256k1_rfc6979_hmac_sha256* rng, ubyte* out_, size_t outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_rfc6979_hmac_sha256_initialize
void secp256k1_rfc6979_hmac_sha256_initialize(secp256k1_rfc6979_hmac_sha256* rng, const(ubyte)* key, size_t keylen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_sha256_finalize
void secp256k1_sha256_finalize(secp256k1_sha256* hash, ubyte* out32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- secp256k1_sha256_initialize
void secp256k1_sha256_initialize(secp256k1_sha256* hash)
- secp256k1_sha256_write
void secp256k1_sha256_write(secp256k1_sha256* hash, const(ubyte)* data, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.