jiatower
Results
1
issues of
jiatower
This is my sample code for reference. ```go package main import ( _ "crypto/sha256" "encoding/base64" "fmt" "github.com/kong/go-srp" ) func main() { params := srp.GetParams(2048) salt := []byte("salty") identity := []byte("alice")...