Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arnaucube/cryptofun
/ types & classes
Types & classes
15 in github.com/arnaucube/cryptofun
⨍
Functions
71
◇
Types & classes
15
Struct
BLS
BLS is the data structure of the BLS signature scheme, including the BN128 pairing curve
bls/bls.go:16
Struct
BLSKeys
bls/bls.go:19
Struct
DSA
DSA is the ECDSA data structure
ecdsa/ecdsa.go:12
Struct
EC
EC is the data structure for the elliptic curve parameters
ecc/ecc.go:10
Struct
EG
EG is the ElGamal data structure
elgamal/elgamal.go:10
Struct
Key
Key stores the public and private key data
paillier/paillier.go:29
Struct
Key
Key stores the public and private key data
rsa/rsa.go:28
Struct
Point
Point is the data structure for a point, containing the X and Y coordinates
ecc/point.go:15
Struct
PrivK
PrivK is the private key of the Schnorr scheme
schnorr/schnorr.go:22
Struct
PrivateKey
PrivateKey stores the private key data
paillier/paillier.go:23
Struct
PrivateKey
PrivateKey stores the private key data
rsa/rsa.go:22
Struct
PubK
PubK is the public key of the Schnorr scheme
schnorr/schnorr.go:16
Struct
PublicKey
PublicKey stores the public key data
paillier/paillier.go:17
Struct
PublicKey
PublicKey stores the public key data
rsa/rsa.go:16
Struct
Schnorr
Schnorr is the data structure for the Schnorr scheme
schnorr/schnorr.go:28