Skip to content

Commit

Permalink
Fix domain name
Browse files Browse the repository at this point in the history
Co-authored-by: David Nevado <davidnevadoc@users.noreply.github.com>
  • Loading branch information
kilic and davidnevadoc authored Apr 9, 2024
1 parent 2d8a8da commit 81289d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secq256k1/curve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl Secq256k1 {

fn default_hash_to_curve_suite() -> crate::hash_to_curve::Suite<Self, sha2::Sha256, 48> {
crate::hash_to_curve::Suite::<Self, sha2::Sha256, 48>::new(
b"secq256k1_XMD:SHA-256_SWDW_RO_",
b"secq256k1_XMD:SHA-256_SVDW_RO_",
Self::SVDW_Z,
crate::hash_to_curve::Method::SVDW,
)
Expand Down

0 comments on commit 81289d7

Please sign in to comment.