releasing key guide under CC 4.0 BY-SA

This commit is contained in:
2023-09-04 01:40:39 -04:00
parent b38739f960
commit 4b1cfd0c50
32 changed files with 378 additions and 256 deletions

6
cipher/null/consts.go Normal file
View File

@@ -0,0 +1,6 @@
package null
const (
Name string = ""
BlockSize int = 8
)