Documentation ¶
Index ¶
- func AggregatePKsUnchecked(pks ...[]byte) ([]byte, error)
- func AggregatePk(apk []byte, pks ...[]byte) ([]byte, error)
- func AggregateSig(sig []byte, sigs ...[]byte) ([]byte, error)
- func CreateApk(pk []byte) ([]byte, error)
- func GenerateKeys() ([]byte, []byte)
- func GenerateKeysWithRaw() ([]byte, []byte, []byte)
- func PkToRaw(pk []byte) ([]byte, error)
- func Sign(sk, pk, msg []byte) ([]byte, error)
- func Verify(apk, sig, msg []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregatePKsUnchecked ¶
func GenerateKeys ¶
func GenerateKeysWithRaw ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.