Skip to content
/ crypt0 Public

crypt0 contains the implementation of common cryptographic building blocks

Notifications You must be signed in to change notification settings

tronch0/crypt0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt0

crypt0 contains the implementation of common cryptographic building blocks, from Field Element to more complex implementations, such as secret sharing schemes and homomorphic encryption.

What's inside

  • Field element
  • Big Int utils
  • RSA digital signature algorithm
  • Secret sharing schemas (Additive, Shamir's)
  • Paillier cryptosystem

Installation

$ go get github.com/tronch0/crypt0

TODO

A word of caution

This library was created primarily for education purposes, with future application for different projects. You should NOT USE THIS CODE IN PRODUCTION SYSTEMS.

About

crypt0 contains the implementation of common cryptographic building blocks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages