Skip to content

Commit

Permalink
Rename secp256r1 suite
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Feb 28, 2025
1 parent c1b9ff6 commit 67ef1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/suites/secp256r1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ use crate::{pedersen::PedersenSuite, *};
use ark_ff::MontFp;

#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub struct P256Sha256Tai;
pub struct Secp256r1Sha256Tai;

type ThisSuite = P256Sha256Tai;
type ThisSuite = Secp256r1Sha256Tai;

impl Suite for ThisSuite {
const SUITE_ID: &'static [u8] = &[0x01];
Expand Down

0 comments on commit 67ef1dd

Please sign in to comment.