Home
last modified time | relevance | path

Searched refs:witness_bytes (Results 1 – 3 of 3) sorted by relevance

/dports/devel/dtool/dtool-0.11.0/cargo-crates/schnorrkel-0.10.1/src/
H A Dcontext.rs90 self.witness_bytes(label, &mut scalar_bytes, nonce_seeds); in witness_scalar()
96 fn witness_bytes(&self, label: &'static [u8], dest: &mut [u8], nonce_seeds: &[&[u8]]) { in witness_bytes() method
132 fn witness_bytes(&self, label: &'static [u8], dest: &mut [u8], nonce_seeds: &[&[u8]]) in witness_bytes() function
133 { (**self).witness_bytes(label,dest,nonce_seeds) } in witness_bytes()
369 fn witness_bytes(&self, label: &'static [u8], dest: &mut [u8], nonce_seeds: &[&[u8]]) in witness_bytes() function
H A Dcert.rs171 t.witness_bytes(b"accepting",&mut nonce, &[&cert_secret.0[..],&seed_secret_key.nonce]); in accept_adaptor_cert()
205 …t.witness_bytes(b"issue_self_adaptor_cert", &mut bytes, &[&self.secret.nonce, &self.secret.to_byte… in issue_self_adaptor_cert()
H A Dderive.rs193 …t.witness_bytes(b"HDKD-nonce", &mut nonce, &[&self.secret.nonce, &self.secret.to_bytes() as &[u8]]… in derive_secret_key()