nocoiner
A Commitment Scheme library for Coin Flipping/Tossing algorithms and sort
Description
This project implements Commitment Schemes using the Encrypt-then-MAC approach of authenticated encryption. Because this kind of encryption algorithm provides both Message Confidentiality and Integrity, it fits perfectly the Hiding and Binding properties of Commitment Schemes. Confidentiality protects the message against passive attacks while integrity protects it from active attacks.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 05 Aug 2019
- Authors
- Maintainers
Sources
Dependencies
core
>= "v0.9.1"
digestif
>= "0.7.0"
scrypt-kdf
>= "1.0.0"
nocrypto
>= "0.5.4-1"
alcotest
with-test
cmdliner
>= "1.0.0"
dune
>= "1.9"
ocaml
>= "4.03.0"
Reverse Dependencies