okay, aes done for real this time.

This commit is contained in:
2022-04-29 04:09:49 -04:00
parent 0203f8b0d8
commit 234de69be2
27 changed files with 198 additions and 687 deletions

View File

@@ -1,10 +0,0 @@
package aes128
import (
sshAES `r00t2.io/sshkeys/cipher/aes`
)
const (
KeySize int = 16 // in bytes; AES128 is so named for its 128-bit key, thus: 128 / 8 = 16
KdfKeySize int = KeySize + sshAES.IvSize
)

View File

@@ -1 +0,0 @@
TODO