Skip to content

Commit

Permalink
Merge pull request #567 from Chia-Network/remove-mnemonic
Browse files Browse the repository at this point in the history
Remove mnemonic and readme from chia-bls
  • Loading branch information
Rigidity authored Jun 5, 2024
2 parents 8e58cd8 + f875c79 commit bfd882c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 174 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ syn = "2.0.27"
quote = "1.0.32"
proc-macro2 = "1.0.66"
proc-macro-crate = "1.3.1"
tiny-bip39 = "1.0.0"
anyhow = "1.0.71"
sha2 = "0.10.8"
hkdf = "0.12.0"
Expand Down
1 change: 0 additions & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ arbitrary = ["dep:arbitrary"]
[dependencies]
chia-traits = { workspace = true }
chia_py_streamable_macro = { workspace = true, optional = true }
tiny-bip39 = { workspace = true }
anyhow = { workspace = true }
sha2 = { workspace = true }
hkdf = { workspace = true }
Expand Down
76 changes: 0 additions & 76 deletions crates/chia-bls/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions crates/chia-bls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mod bls_cache;
mod derive_keys;
mod error;
mod gtelement;
mod mnemonic;
mod public_key;
mod secret_key;
mod signature;
Expand All @@ -16,7 +15,6 @@ pub use bls_cache::BlsCache;
pub use derive_keys::*;
pub use error::{Error, Result};
pub use gtelement::GTElement;
pub use mnemonic::*;
pub use public_key::{hash_to_g1, hash_to_g1_with_dst, PublicKey};
pub use secret_key::SecretKey;
pub use signature::{
Expand Down
93 changes: 0 additions & 93 deletions crates/chia-bls/src/mnemonic.rs

This file was deleted.

0 comments on commit bfd882c

Please sign in to comment.