libsignal-protocol-java icon indicating copy to clipboard operation
libsignal-protocol-java copied to clipboard

clarification on the argument info used for the deriveSecrets function

Open hadi-ijreis opened this issue 4 years ago • 0 comments

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?

hadi-ijreis avatar Nov 29 '21 15:11 hadi-ijreis