edcert 4.1.0

A crate which can be used to sign and verify content based on Ed25519.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]



name = "edcert"

version = "4.1.0"

authors = [ "Marvin Böcker <marvin.boecker@udo.edu>" ]



description = "A crate which can be used to sign and verify content based on Ed25519."

repository = "https://github.com/zombiemuffin/edcert/"

documentation = "https://zombiemuffin.github.io/edcert/edcert/"

readme = "README.md"

keywords = ["ed25519", "crypto", "cryptography", "security", "edcert"]

license = "MIT"



[dependencies]

time = "^0.1"

chrono = "^0.2"

rustc-serialize = "^0.3"

sodiumoxide = "^0.0.9"