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

Method HPKEPrivateKey

mlspp/src/crypto.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359HPKEPrivateKey::HPKEPrivateKey(bytes priv_data, bytes pub_data)
360 : data(std::move(priv_data))
361 , public_key{ std::move(pub_data) }
362{
363}
364
365void
366HPKEPrivateKey::set_public_key(CipherSuite suite)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected