MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / SignaturePrivateKey

Method SignaturePrivateKey

mlspp/src/crypto.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467SignaturePrivateKey::SignaturePrivateKey(bytes priv_data, bytes pub_data)
468 : data(std::move(priv_data))
469 , public_key{ std::move(pub_data) }
470{
471}
472
473void
474SignaturePrivateKey::set_public_key(CipherSuite suite)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected