Update to FROST v14

This commit is contained in:
Luke Parker
2023-07-19 15:47:30 -04:00
parent 228e36a12d
commit c2f32e7882
10 changed files with 249 additions and 213 deletions

View File

@@ -5,7 +5,7 @@ pub use ciphersuite::{group::GroupEncoding, Shake256_114, Ed448};
use crate::{curve::Curve, algorithm::Hram};
const CONTEXT: &[u8] = b"FROST-ED448-SHAKE256-v11";
const CONTEXT: &[u8] = b"FROST-ED448-SHAKE256-v1";
impl Curve for Ed448 {
const CONTEXT: &'static [u8] = CONTEXT;