//
pkg.gl
Category
github.com/crossle/libsignal-protocol-go
keys
identity
package
0.0.0-20240409064527-53561edbcaeb
Repository:
https://github.com/crossle/libsignal-protocol-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
9
Files
52 SLOC
#
Functions
NewKey
NewKey generates a new IdentityKey from an ECPublicKey.
NewKeyFromBytes
NewKeyFromBytes generates a new IdentityKey from public key bytes.
NewKeyPair
NewKeyPair returns a new identity key with the given public and private keys.
#
Structs
Key
Key is a structure for representing an identity key.
KeyPair
KeyPair is a holder for public and private identity key pair.