Skip to content

Commit

Permalink
feat: add Signature trait
Browse files Browse the repository at this point in the history
  • Loading branch information
grandima committed Oct 23, 2024
1 parent 386b6b8 commit b015d19
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 760 deletions.
2 changes: 1 addition & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mod signed;
pub use signed::{BigIntConversionError, ParseSignedError, Sign, Signed};

mod signature;
pub use signature::{to_eip155_v, Parity, Signature, SignatureError};
pub use signature::{to_eip155_v, EcdsaSignature, Parity, Signature, SignatureError};

pub mod utils;
pub use utils::{eip191_hash_message, keccak256, Keccak256};
Expand Down
Loading

0 comments on commit b015d19

Please sign in to comment.