Expand description
Modules§
- base_ot
- cointoss
- Generate 1 or more random numbers using commit-and-release coin tossing. Called F_com in the paper Threshold BBS+ Signatures for Distributed Anonymous Credential Issuance
- configs
- error
- ot_
based_ multiplication - 2-party and multi-party multiplication protocols built on Oblivious Transfer (OT) 2-party and multi-party multiplication protocols built on Oblivious Transfer (OT)
- ot_
extensions - util
- zero_
sharing - Generate a secret sharing of 0. Does not use a trusted party or Shamir secret sharing. Called F_zero and described in section 3.1 in the paper Threshold BBS+ Signatures for Distributed Anonymous Credential Issuance
Structs§
- BitMatrix
- A bit matrix stored in row-major order, i.e. the first byte has the first 8 bits, second byte has next 8 bits, and so on.