libsignal-protocol-swift/Sources/SignalProtocol
Jordan Rose eba1dc9282 Fix PreKeyRecord having two 'handle' properties
PreKeyRecord is a ClonableHandleOwner, so the superclass was handling
all the state management, but the subclass had its own 'handle' that
was never initialized.
2020-10-12 14:17:29 -07:00
..
messages Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
state Fix PreKeyRecord having two 'handle' properties 2020-10-12 14:17:29 -07:00
Address.swift ProtocolAddress.init(name:device_id:) -> init(name:deviceId:) 2020-10-08 12:47:41 -07:00
ClonableHandleOwner.swift Add 'public' to everything that should be public 2020-10-07 14:33:05 -07:00
DataStoreInMemory.swift Add InMemorySignalProtocolStore.init(identity:deviceId:) 2020-10-08 12:46:47 -07:00
DataStoreProtocols.swift Add 'public' to everything that should be public 2020-10-07 14:33:05 -07:00
Error.swift Add 'public' to everything that should be public 2020-10-07 14:33:05 -07:00
Fingerprint.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
IdentityKey.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
Kdf.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
PrivateKey.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
Protocol.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
PublicKey.swift Make all byte buffer inputs accept any ContiguousBytes type 2020-10-12 11:09:30 -07:00
SenderKeyName.swift Add 'public' to everything that should be public 2020-10-07 14:33:05 -07:00
Utils.swift Add 'public' to everything that should be public 2020-10-07 14:33:05 -07:00