Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidM-D committed Jul 19, 2024
1 parent a70260a commit 58c3790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain-signatures/crypto-shared/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ pub trait ScalarExt {
fn from_bytes(bytes: &[u8]) -> Self;
}

// TODO prevent bad scalars from beind sent
impl ScalarExt for Scalar {
fn from_bytes(bytes: &[u8]) -> Self {
let bytes = U256::from_be_slice(bytes);
Expand Down

0 comments on commit 58c3790

Please sign in to comment.