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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
the function takes 3 arguments, one of them is info
in the ChainKey class in ratchet, the argument given is "WhisperMessageKeys".getBytes
In another class, "WhisperRatchet".getBytes() was given as argument instead.
But I can't find the "WhisperMessageKeys" or "WhisperRatchet" values anywhere in the code, aren't they supposed to be constants defined somewhere?