go_sshkeys/cipher
brent s 0203f8b0d8
aes128 completely done.
ish. done-ish. it's entirely untested. CTR should work as i modeled it after PoC, and CBC *probably* works as it's straightforward, but I have no idea about the GCM. TODO.
2022-04-29 02:49:33 -04:00
..
aes aes128 completely done. 2022-04-29 02:49:33 -04:00
chacha20/poly1305 stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
null stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
tripledes/cbc stubbed out cipher funcs 2022-04-28 05:18:25 -04:00
consts.go all AES CBC funcs done 2022-04-28 05:40:27 -04:00
types.go stubbed out cipher funcs 2022-04-28 05:18:25 -04:00