mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
385 B
385 B
v0.89.0
- Node: Implementing
IdentityKeyStore.getIdentityKeyPair()can avoid rederivation of the public key from the existingIdentityKeyStore.getIdentityKey()requirement. In the future, the PrivateKey-onlygetIdentityKey()will be removed. - Node: Update all uses of
Uint8ArrayandBufferto useArrayBuffer - Expose
UnauthKeysService.getPreKeys()to client libraries