Skip to content

Commit

Permalink
Remove wycheproof on separate release branch to cut a release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 1, 2021
1 parent 895f7df commit cff9c06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "salty"
version = "0.2.0-alpha.0"
version = "0.1.0-alpha.2"
authors = ["Nicolas Stalder <[email protected]>"]
edition = "2018"
description = "Small, sweet, swift Ed25519 signatures for microcontrollers"
Expand All @@ -18,8 +18,6 @@ zeroize = { version = "1.2.0", default-features = false }
[dev-dependencies]
hex = { version = "0.4.2", default-features = false }
hex-literal = "0.2.1"
wycheproof = { version = "0.1", path = "wycheproof" }
wycheproof-gen = { version = "0.1", path = "wycheproof/wycheproof-gen" }

[features]
slow-motion = []
Expand Down
45 changes: 0 additions & 45 deletions tests/wycheproof_eddsa.rs

This file was deleted.

0 comments on commit cff9c06

Please sign in to comment.