An open API service indexing awesome lists of open source software.

https://github.com/tbarrella/crypto-pure

Pure-Rust cryptography library
https://github.com/tbarrella/crypto-pure

cryptography rust

Last synced: 13 days ago
JSON representation

Pure-Rust cryptography library

Awesome Lists containing this project

README

          

# crypto-pure [![Build Status](https://travis-ci.org/tbarrella/crypto-pure.svg?branch=master)](https://travis-ci.org/tbarrella/crypto-pure)

A pure-Rust cryptography library that aims to be lightweight.

## Possible TODOs
* aes
* bit slicing
* curve25519
* fuzzing
* make more idiomatic
* other
* more tests
* more documentation
* add NIST P-256 for key exchange
* add RSA (PCKS1 and PSS) for key exchange