//
pkg.gl
Category
github.com/hyperledger-labs/fabric-token-sdk
token
core
zkatdlog
crypto
elgamal
package
0.3.0
Repository:
https://github.com/hyperledger-labs/fabric-token-sdk.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
77 SLOC
#
Functions
NewSecretKey
No description provided by the author
#
Structs
Ciphertext
Ciphertext is an Elgamal ciphertext C = (g^r, Mh^r).
PublicKey
PublicKey is Elgamal public key (g, h= g^x).
SecretKey
SecretKey is Elgamal secret key x.