MCPcopy Create free account

hub / github.com/SteveGremory/Zap / functions

Functions126 in github.com/SteveGremory/Zap

Methodnew
(writer: T)
src/signing/passthrough.rs:16
Methodnew
()
src/pipeline/mod.rs:35
Methodread
(&mut self, buf: &mut [u8])
src/encryption/chachapoly.rs:171
Methodread
(&mut self, buf: &mut [u8])
src/encryption/passthrough.rs:104
Methodread
(&mut self, buf: &mut [u8])
src/encryption/xchachapoly.rs:171
Methodread
(&mut self, buf: &mut [u8])
src/encryption/aes_gcm_256.rs:217
Methodread
(&mut self, buf: &mut [u8])
src/compression/lz4.rs:126
Methodread
(&mut self, buf: &mut [u8])
src/compression/passthrough.rs:119
Methodread
(&mut self, buf: &mut [u8])
src/compression/snappy.rs:127
Methodread
(&mut self, buf: &mut [u8])
src/compression/gzip.rs:136
Methodread
(&mut self, buf: &mut [u8])
src/signing/passthrough.rs:89
Methodwith_compress_algorithm
(self, with: C2)
src/pipeline/mod.rs:308
Methodwith_compression_level
(level: Compression)
src/compression/gzip.rs:16
Methodwith_io
(self, io: U)
src/pipeline/mod.rs:326
Methodwith_key
(self, key: Vec<u8>)
src/encryption/xchachapoly.rs:39
Methodwith_key
(self, key: Vec<u8>)
src/encryption/aes_gcm_256.rs:41
Methodwith_tag
(self, tag: Vec<u8>)
src/encryption/aes_gcm_256.rs:48
Methodwrite
(&mut self, buf: &[u8])
src/encryption/chachapoly.rs:128
Methodwrite
(&mut self, buf: &[u8])
src/encryption/passthrough.rs:65
Methodwrite
(&mut self, buf: &[u8])
src/encryption/xchachapoly.rs:128
Methodwrite
(&mut self, buf: &[u8])
src/encryption/aes_gcm_256.rs:169
Methodwrite
(&mut self, buf: &[u8])
src/compression/lz4.rs:84
Methodwrite
(&mut self, buf: &[u8])
src/compression/passthrough.rs:77
Methodwrite
(&mut self, buf: &[u8])
src/compression/snappy.rs:85
Methodwrite
(&mut self, buf: &[u8])
src/compression/gzip.rs:94
Methodwrite
(&mut self, buf: &[u8])
src/signing/passthrough.rs:48
← previous101–126 of 126, ranked by callers