//
pkg.gl
Category
github.com/sudhagarc/libsignal-protocol-go
keys
identity
package
0.0.0-20200518211156-132967a6aa75
Repository:
https://github.com/sudhagarc/libsignal-protocol-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
9
Files
51 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.