You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
The text was updated successfully, but these errors were encountered:
The
RatchetType
enum inkey_schedule.h
is unnecessary. Callers should switch onContentType
; storage should just directly have handshake and application ratchets instead of anstd::map<RatchetType, HashRatchet>
.The text was updated successfully, but these errors were encountered: