Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.15 KB

README.md

File metadata and controls

30 lines (22 loc) · 2.15 KB

SolCrypto

Build Status

This repository contains Solidity and Python implementations of several cryptographic primitives, they are designed to work together and make it easier to build novel cryptosystems using composable primitives. These implementations can be easily switched to either the secp256k1 or alt_bn128 curves.

Algorithms

TODO

  • Pedersen commitments
  • Security hardening
  • Documentation

White Papers