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 has been 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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: