20#ifndef RIPPLE_PROTOCOL_SECP256K1_H_INCLUDED
21#define RIPPLE_PROTOCOL_SECP256K1_H_INCLUDED
27template <
class =
void>
28secp256k1_context
const*
33 secp256k1_context* impl;
35 : impl(secp256k1_context_create(
36 SECP256K1_CONTEXT_VERIFY | SECP256K1_CONTEXT_SIGN))
42 secp256k1_context_destroy(impl);
45 static holder
const h;
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
secp256k1_context const * secp256k1Context()