Commit graph

11 commits

Author SHA1 Message Date
Evan Su
95ee00dd6b do a scan for possibly missed temp zip files and del
if they exist
2025-04-12 20:27:55 -04:00
Evan Su
5a92c0b695 release 1.46
Some checks failed
build / build (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
catch up to main gui repo
2025-02-11 19:14:47 -05:00
Evan Su
dfcaf2ab2a Revert "Use crypto/(hkdf, sha3) instead of golang.org/x/crypto"
This reverts commit 2b9e919cd8.
2025-02-11 19:13:03 -05:00
Evan Su
770be1e714 Revert "Update main.go: bump version"
This reverts commit 10ef21f0cf.
2025-02-11 19:12:58 -05:00
Evan Su
10ef21f0cf
Update main.go: bump version 2025-02-11 18:59:19 -05:00
Evan Su
2b9e919cd8
Use crypto/(hkdf, sha3) instead of golang.org/x/crypto
Go 1.24 brought these from x/crypto into the standard library
2025-02-11 18:58:31 -05:00
Evan Su
9a4da02042
Bump to 1.45 2024-12-15 22:03:05 -05:00
Evan Su
d9ff36bbde
debug.FreeOSMemory() often to reduce memory usage 2024-11-21 23:36:11 -05:00
Evan Su
adc0f34eac check for rand.Read errors and panic
Unlikely to happen but make sure to panic if rand.Read fails otherwise values may be zeroed arrays
2024-09-05 16:28:52 -04:00
Evan Su
059b4d54f9 Move packages to Picocrypt org 2024-08-30 19:41:07 -04:00
Evan Su
7a8a9af5e0 Initial commit 2024-06-01 14:35:01 -04:00