Skip to content

Commit

Permalink
add scale info for 2625
Browse files Browse the repository at this point in the history
  • Loading branch information
onewayfunc committed Oct 22, 2022
1 parent dcfa445 commit b981a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/serial/u32/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ use zeroize::Zeroize;
///
/// The backend-specific type `FieldElement2625` should not be used
/// outside of the `curve25519_dalek::field` module.
#[derive(scale_info::TypeInfo)] // Added for Polymesh
#[derive(Copy, Clone)]
pub struct FieldElement2625(pub(crate) [u32; 10]);

Expand Down

0 comments on commit b981a7c

Please sign in to comment.