mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
Update main.go: bump version
This commit is contained in:
parent
2b9e919cd8
commit
10ef21f0cf
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ func work() int {
|
|||
hkdfSalt = make([]byte, 32)
|
||||
serpentIV = make([]byte, 16)
|
||||
nonce = make([]byte, 24)
|
||||
_, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.45")))
|
||||
_, errs[0] = fout.Write(rsEncode(rs5, []byte("v1.47")))
|
||||
_, errs[1] = fout.Write(rsEncode(rs5, []byte("00000")))
|
||||
flags := make([]byte, 5)
|
||||
if *p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue