forked from rikitau/rust-bip85
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: regenerate with LibBip85 name
- Loading branch information
1 parent
c897bc5
commit d9a6a46
Showing
7 changed files
with
35 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
rust_input: crate::api | ||
rust_root: rust/ | ||
dart_output: lib/src/rust | ||
dart_output: lib/src/rust | ||
dart_entrypoint_class_name: LibBip85 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
library bip85; | ||
|
||
export 'src/rust/api/bip85.dart'; | ||
export 'src/rust/frb_generated.dart' show RustLib; | ||
export 'src/rust/frb_generated.dart' show LibBip85; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Rust implementation of bip-85 | ||
// Written in 2020 by Rita Kitic <[email protected]> | ||
// Maintained in 2024 by Azad EMERY <[email protected]> | ||
// Initial work in 2020 by Rita Kitic <[email protected]> | ||
// Maintained in 2024 by J. Azad EMERY <[email protected]> | ||
|
||
//! # BIP-85 deterministic entropy generation | ||
//! | ||
|