mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
release 1.46
catch up to main gui repo
This commit is contained in:
parent
eec3aa4c9e
commit
5a92c0b695
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.45
|
||||
1.46
|
||||
|
|
@ -14,9 +14,9 @@ import (
|
|||
"os"
|
||||
"os/signal"
|
||||
"path/filepath"
|
||||
"runtime/debug"
|
||||
"strconv"
|
||||
"strings"
|
||||
"runtime/debug"
|
||||
"time"
|
||||
|
||||
"github.com/Picocrypt/infectious"
|
||||
|
|
@ -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.46")))
|
||||
_, errs[1] = fout.Write(rsEncode(rs5, []byte("00000")))
|
||||
flags := make([]byte, 5)
|
||||
if *p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue