cryptonote-crypto 0.2.2

Cryptography Primitives for Cryptonote
[badges.codecov]
branch = "master"
repository = "cryptonote-rust/crypto"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "cryptonote-rust/crypto"

[dependencies.arrayref]
version = "0.3"

[dependencies.cc]
version = "1.0"

[dependencies.chacha]
version = "0.1.0"

[dependencies.cryptonight]
version = "0.1.0"

[dependencies.curve25519-dalek]
version = "1"

[dependencies.hex]
version = "0.3"

[dependencies.rand]
version = "0.6"

[dependencies.sha3]
version = "0.8"

[package]
authors = ["Christopher Tobias <ctobias@gmx.com>", "calidion <calidion@gmail.com>"]
build = "src/build.rs"
description = "Cryptography Primitives for Cryptonote"
edition = "2018"
license = "GPL-3.0-or-later"
name = "cryptonote-crypto"
version = "0.2.2"