Searched defs:CipherCommitment (Results 1 – 4 of 4) sorted by relevance
129 pub fn commitments(&self) -> &[CipherCommitment] { in commitments()185 pub(crate) struct CipherCommitment { struct190 impl CipherCommitment { impl228 impl IntoAdapter<CipherCommitment> for ukey::ukey2client_init::CipherCommitment { implementation229 fn into_adapter(self) -> Result<CipherCommitment, ukey::ukey2alert::AlertType> { in into_adapter()
267 commitment: CipherCommitment, in from()
728 pub struct CipherCommitment { struct731 …ub handshake_cipher: ::std::option::Option<::protobuf::EnumOrUnknown<super::Ukey2HandshakeCipher>>,733 pub commitment: ::std::option::Option<::std::vec::Vec<u8>>,736 pub special_fields: ::protobuf::SpecialFields,739 impl<'a> ::std::default::Default for &'a CipherCommitment { implementation745 impl CipherCommitment { implementation809 impl ::protobuf::Message for CipherCommitment { implementation
82 message CipherCommitment { message