We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d53206 commit 7227c6fCopy full SHA for 7227c6f
.travis.yml
Cargo.toml
@@ -21,7 +21,6 @@ description = "A pure-Rust implementation of group operations on ristretto255 an
21
exclude = [
22
"**/.gitignore",
23
".gitignore",
24
- ".travis.yml",
25
]
26
27
[package.metadata.docs.rs]
@@ -32,9 +31,6 @@ rustdoc-args = [
32
31
rustc-args = ["--cfg", "curve25519_dalek_backend=\"simd\""]
33
features = ["serde", "rand_core", "digest"]
34
35
-[badges]
36
-travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
37
-
38
[dev-dependencies]
39
sha2 = { version = "0.10", default-features = false }
40
bincode = "1"
0 commit comments