feat(hint): embed argon2 custom param as hint feat(aes): add AES-GCM as algo fix(stdin/stdout): fixed STDIN/STDOUT issue
10 lines
116 B
Go
10 lines
116 B
Go
package main
|
|
|
|
import (
|
|
"gitea.suyono.dev/suyono/simple-privacy-tool/cmd/spt"
|
|
)
|
|
|
|
func main() {
|
|
_ = spt.Execute()
|
|
}
|