Apply suggestions from code review

Co-authored-by: Marek <mail@marek.onl>
This commit is contained in:
Conrado Gouvea 2023-02-27 19:21:55 -03:00 committed by GitHub
parent 6a72035680
commit 88e08df5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ use rand_core::{CryptoRng, RngCore};
use crate::{hash::HStar, private::Sealed, sapling};
/// An error.
/// An error type for the FROST(Jubjub, BLAKE2b-512) ciphersuite.
pub type Error = frost_rerandomized::frost_core::Error<JubjubBlake2b512>;
/// An implementation of the FROST(Jubjub, BLAKE2b-512) ciphersuite scalar field.

View File

@ -16,7 +16,7 @@ use rand_core::{CryptoRng, RngCore};
use crate::{hash::HStar, orchard, private::Sealed};
/// An error.
/// An error type for the FROST(Pallas, BLAKE2b-512) ciphersuite.
pub type Error = frost_rerandomized::frost_core::Error<PallasBlake2b512>;
/// An implementation of the FROST(Pallas, BLAKE2b-512) ciphersuite scalar field.