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

Method TranscriptHash

mlspp/src/key_schedule.cpp:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525};
526
527TranscriptHash::TranscriptHash(CipherSuite suite_in)
528 : suite(suite_in)
529{
530}
531
532TranscriptHash::TranscriptHash(CipherSuite suite_in,
533 bytes confirmed_in,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected