Documentation
¶
Index ¶
- Constants
- func CheckInterface(a interface{}) bool
- func CommitMiMC(msg []byte) []byte
- func EditCheck(api frontend.API, OldRecord []frontend.Variable, NewRecord []frontend.Variable, ...)
- func EncryptMimcFr(key fr.Element, message fr.Element) fr.Element
- func NBits(field *big.Int, inputs []*big.Int, results []*big.Int) error
- func StringToAscii(input string) []int64
- type Array
- type Dict
- type EditCircuit
- type Integer
- type IsEmptyInterface
- type Limit
- type MiMC
- type Profile
- type ProfileJSON
- type String
Constants ¶
View Source
const (
BlockSize = fr.Bytes // BlockSize size that mimc consumes
)
View Source
const DUMMY = 10000
View Source
const MaxKeyLen = 25
View Source
const MergeLen = 31
Variables ¶
This section is empty.
Functions ¶
func CheckInterface ¶
func CheckInterface(a interface{}) bool
func CommitMiMC ¶
func NBits ¶
NBits returns the first bits of the input. The number of returned bits is defined by the length of the results slice.
func StringToAscii ¶
Types ¶
type Array ¶
type Array []interface{}
type Array []IsEmptyInterface // Each element is a Integer or String
type Dict ¶
type Dict struct {
// contains filtered or unexported fields
}
Each var is a UTF-8 ASCII character
type EditCircuit ¶
type IsEmptyInterface ¶
type MiMC ¶
type MiMC struct {
// contains filtered or unexported fields
}
MiMC contains the params of the Mimc hash func and the curves on which it is implemented
func (*MiMC) Sum ¶
Hash hash (in r1cs form) using Miyaguchi–Preneel: https://en.wikipedia.org/wiki/One-way_compression_function The XOR operation is replaced by field addition. See github.com/consensys/gnark-crypto for reference implementation.
type ProfileJSON ¶
Click to show internal directories.
Click to hide internal directories.