Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 586 Bytes

Cryptographic Protocols

Cryptographic protocols modeled as state machines

A crate containing all the cryptographic protocols. More specifically:

  • bit_operations: Contains bitwise protocols.
  • conditionals: Contains comparisons and conditionals.
  • division: Contains division, truncation, and modulo protocols.
  • multiplication: Contains multiplication protocols.
  • random: Contains protocols for generating random numbers and bits.
  • reveal: Contains the reveal protocol.