Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/formats
/ read_exact
Method
read_exact
base64ct/src/decoder.rs:274–277 ·
view source on GitHub ↗
(&mut self, buf: &mut [u8])
Source
from the content-addressed store, hash-verified
272
}
273
274
fn read_exact(&mut self, buf: &mut [u8]) -> io::Result<()> {
275
self.decode(buf)?;
276
Ok(())
277
}
278
}
279
280
/// Base64 decode buffer for a 1-block input.
Callers
3
tls_deserialize
Method · 0.45
read_variable_length
Function · 0.45
tls_deserialize
Method · 0.45
Calls
1
decode
Method · 0.45
Tested by
no test coverage detected