signalapp / libsignal-protocol-java

GNU General Public License v3.0
1.83k stars 432 forks source link

Update fingerprint generation interface. #62

Closed greyson-signal closed 5 years ago

greyson-signal commented 5 years ago

With the introduction of UUIDs, we need to be able to generate fingerprints from raw bytes, not just strings. In addition, we need to be able to conditionally set the fingerprint version based on whether or not we're using UUIDs.