brent s
0203f8b0d8
ish. done-ish. it's entirely untested. CTR should work as i modeled it after PoC, and CBC *probably* works as it's straightforward, but I have no idea about the GCM. TODO.
18 lines
513 B
Modula-2
18 lines
513 B
Modula-2
module r00t2.io/sshkeys
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|