Commit Graph

22 Commits (master)

Author SHA1 Message Date
Avril 03b33e6472
Tested mapping modes "Input" and "Both" work. (And I think "neither" does too?)
1 year ago
Avril 72a55f897a
mapped.rs optpaths now compile
1 year ago
Avril 74db5b089d
Added first batch of fixups and removed basic compilation errors.
1 year ago
Avril ed30981296
Reworked mapped:: `create_process()`, `OpTable<T,U>`, `OpTable::execute()`.
1 year ago
Avril d9f4e729c2
Control flow for mapped file accessors. (TODO: mapped_file::MemoryFile must implement io::Read+Write interfaces.)
2 years ago
Avril e707df9a12
Started feature `mmap`: Attempt mapping of stdio streams instead of buffered processing.
2 years ago
Avril 38dcccd001
rework how 'keygen' works slightly
3 years ago
Avril dca3e1cc19
cleaned up buffer pruning code
3 years ago
Avril a12a20c410
prevent inlining of prune when explicit_clear is enabled on nightly builds to prevent clflush asm being inlined
3 years ago
Avril 9f53cf9352
remove nonstandard glibc dependancy on nightly builds
3 years ago
Avril 28a2c57ec0
added explicit_clear
3 years ago
Avril 675544c4b5
fix error messages
3 years ago
Avril 3e93f71547
better write efficiency
3 years ago
Avril 120581995e
fix panic on invalid key sizes
3 years ago
Avril bf5d2d6d6b
fix panic on invalid key sizes
3 years ago
Avril 4f89807a04
encrypt, decrypt, keygen all work
3 years ago
Avril cf88c6ce79
remove unused deps
3 years ago
Avril 15296c40de
implemented binary stream encrypt
3 years ago
Avril 4ae7d66bd2
change stack buffer size
3 years ago
Avril dbfcaafdb0
chacha sink works
3 years ago
Avril 89f706d07d
encrypt and decrypt example tests work
3 years ago
Avril 0abd878df2
initial commit
3 years ago