Skip to content

Commit

Permalink
feat: define Signature trait
Browse files Browse the repository at this point in the history
add ArbitrarySuperSig, K256SuperSig, RlpSuperSig, SerdeSuperSig feature traits to Signature
  • Loading branch information
grandima committed Nov 1, 2024
1 parent 17ae00a commit 0e5c533
Show file tree
Hide file tree
Showing 6 changed files with 1,034 additions and 807 deletions.
3 changes: 2 additions & 1 deletion crates/primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ pub use signed::{BigIntConversionError, ParseSignedError, Sign, Signed};

mod signature;
pub use signature::{
normalize_v, to_eip155_v, Parity, PrimitiveSignature, Signature, SignatureError,
normalize_v, to_eip155_v, ArbitrarySuperSig, EcdsaSignature, K256SuperSig, Parity,
PrimitiveSignature, RlpSuperSig, SerdeSuperSig, Signature, SignatureError,
};

pub mod utils;
Expand Down
Loading

0 comments on commit 0e5c533

Please sign in to comment.