mlspp icon indicating copy to clipboard operation
mlspp copied to clipboard

Eliminate RatchetType enum

Open bifurcation opened this issue 2 years ago • 0 comments

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>.

bifurcation avatar Apr 29 '22 13:04 bifurcation