mlspp
mlspp copied to clipboard
Eliminate RatchetType enum
The RatchetType
enum in key_schedule.h
is unnecessary. Callers should switch on ContentType
; storage should just directly have handshake and application ratchets instead of an std::map<RatchetType, HashRatchet>
.