mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Update FROST Ed448 per request
This commit is contained in:
@@ -57,6 +57,6 @@ pub struct NonIetfEd448Hram;
|
||||
impl Hram<Ed448> for NonIetfEd448Hram {
|
||||
#[allow(non_snake_case)]
|
||||
fn hram(R: &Point, A: &Point, m: &[u8]) -> Scalar {
|
||||
Ietf8032Ed448Hram::hram(&[CONTEXT, b"chal"].concat(), R, A, m)
|
||||
Ietf8032Ed448Hram::hram(&[], R, A, m)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user