Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
feat!: remove dead blake2 code (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 25, 2023
1 parent 7281750 commit 14d8a5b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 102 deletions.
44 changes: 0 additions & 44 deletions barretenberg_static_lib/src/blake2s.rs

This file was deleted.

1 change: 0 additions & 1 deletion barretenberg_static_lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

pub mod acvm_interop;
pub use acvm_interop::Plonk;
pub mod blake2s;
pub mod composer;
mod crs;
pub mod pedersen;
Expand Down
56 changes: 0 additions & 56 deletions barretenberg_wasm/src/blake2s.rs

This file was deleted.

1 change: 0 additions & 1 deletion barretenberg_wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ struct Wasm;
pub mod acvm_interop;
pub use acvm_interop::Plonk;
pub use common::acvm::{Backend, PartialWitnessGenerator, ProofSystemCompiler};
pub mod blake2s;
pub mod composer;
pub mod pedersen;
pub mod pippenger;
Expand Down

0 comments on commit 14d8a5b

Please sign in to comment.