move comment to make gencode work (#277)

fix comment position to make gencode work
This commit is contained in:
Conrado Gouvea 2023-03-10 21:22:12 -03:00 committed by GitHub
parent 3e3a708d85
commit 41fec092a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,8 +19,8 @@ mod tests;
/// An error.
pub type Error = frost_core::Error<Ed25519Sha512>;
/// An implementation of the FROST(Ed25519, SHA-512) ciphersuite scalar field.
#[derive(Clone, Copy)]
/// An implementation of the FROST(Ed25519, SHA-512) ciphersuite scalar field.
pub struct Ed25519ScalarField;
impl Field for Ed25519ScalarField {