MCPcopy Create free account
hub / github.com/docknetwork/crypto / try_fill_bytes

Method try_fill_bytes

merlin/src/transcript.rs:383–386  ·  view source on GitHub ↗
(&mut self, dest: &mut [u8])

Source from the content-addressed store, hash-verified

381 }
382
383 fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), rand_core::Error> {
384 self.fill_bytes(dest);
385 Ok(())
386 }
387}
388
389impl rand_core::CryptoRng for TranscriptRng {}

Callers

nothing calls this directly

Calls 1

fill_bytesMethod · 0.45

Tested by

no test coverage detected