bytes | Package bytes implements functions for the manipulation of byte slices. |
go.mau.fi/libsignal/ecc | Package ecc provides a way to generate, sign, and use Elliptic-Curve X25519 Cryptography keys. |
go.mau.fi/libsignal/kdf | Package kdf provides a key derivation function to calculate key output and negotiate shared secrets for curve X25519 keys. |
go.mau.fi/libsignal/keys/chain | Package chain provides chain keys used in double ratchet sessions. |
go.mau.fi/libsignal/keys/identity | Package identity provides identity keys used for verifying the identity of a signal user. |
go.mau.fi/libsignal/keys/message | Package message provides a structure for message keys, which are symmetric keys used for the encryption/decryption of Signal messages. |
go.mau.fi/libsignal/keys/root | Package root provides root keys which are used to derive new chain and root keys in a ratcheting session. |
go.mau.fi/libsignal/keys/session | Package session provides a simple structure for session keys, which is a pair of root and chain keys for a session. |
go.mau.fi/libsignal/logger | Package logger provides optional debug logging of the Signal library. |
go.mau.fi/libsignal/util/bytehelper | |
go.mau.fi/libsignal/util/errorhelper | |
go.mau.fi/libsignal/util/optional | |