//
pkg.gl
Category
github.com/cloudflare/circl
math
mlsbset
package
1.6.0
Repository:
https://github.com/cloudflare/circl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
1
Files
140 SLOC
#
Functions
New
New produces an encoder of the MLSBSet algorithm.
#
Structs
Encoder
Encoder allows to convert integers into valid powers.
Params
Params contains the parameters of the encoding.
Power
Power is a valid exponent produced by the MLSBSet encoding algorithm.
#
Interfaces
EltG
EltG is a group element.
EltP
EltP is a precomputed group element.
Group
Group defines the operations required by MLSBSet exponentiation method.