mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove unused fuzz/ directory for now.
This commit is contained in:
parent
c4c9775cb2
commit
d3cf252637
2 changed files with 0 additions and 32 deletions
4
fuzz/.gitignore
vendored
4
fuzz/.gitignore
vendored
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
target
|
||||
corpus
|
||||
artifacts
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
|
||||
[package]
|
||||
name = "curve25519-dalek-fuzz"
|
||||
version = "0.0.1"
|
||||
authors = ["Automatically generated"]
|
||||
publish = false
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies.curve25519-dalek]
|
||||
path = ".."
|
||||
|
||||
[features]
|
||||
yolocrypto = ["curve25519-dalek/yolocrypto"]
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
radix_51 = ["curve25519-dalek/radix_51"]
|
||||
|
||||
[dependencies.libfuzzer-sys]
|
||||
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
members = ["."]
|
||||
|
||||
[[bin]]
|
||||
name = "scalar_constructor_accepts_256bit_values"
|
||||
path = "fuzz_targets/scalar_constructor_accepts_256bit_values.rs"
|
||||
Loading…
Reference in a new issue