eva-crypto 0.1.2

Prototype level implementations of some encryption algorithms, with some generic traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.rand]
version = "0.7.0"

[package]
authors = ["Ray Xu <megrxu@gmail.com>"]
description = "Prototype level implementations of some encryption algorithms, with some generic traits."
documentation = "https://docs.rs/eva-crypto"
edition = "2018"
homepage = "https://github.com/megrxu/eva/tree/master/eva-crypto"
keywords = ["crypto", "experiment"]
license = "MIT"
name = "eva-crypto"
repository = "https://github.com/megrxu/eva/"
version = "0.1.2"