Documentation ¶
Index ¶
Constants ¶
View Source
const ( Iterations = 80 ProofModBytesParts = Iterations*2 + 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProofMod ¶
type ProofMod struct { W *big.Int X [Iterations]*big.Int A *big.Int B *big.Int Z [Iterations]*big.Int }
func NewProofFromBytes ¶
func (*ProofMod) Bytes ¶
func (pf *ProofMod) Bytes() [ProofModBytesParts][]byte
func (*ProofMod) ValidateBasic ¶
Click to show internal directories.
Click to hide internal directories.