fix reference to internal function

This commit is contained in:
conduition 2024-03-16 04:38:51 +00:00 committed by zebra-lucky
parent 8f5264685b
commit 5d2d683e1d
1 changed files with 1 additions and 1 deletions

View File

@ -393,6 +393,6 @@ pub trait Ciphersuite: Copy + Clone + PartialEq + Debug {
_verifying_key: &VerifyingKey<Self>,
_sig_params: &Self::SigningParameters,
) -> <Self::Group as Group>::Element {
verifying_share.to_element()
verifying_share.0
}
}