Bram

Results 1 issues of Bram

Maybe using math/rand is not the best idea for creating "random" secrets. Instead, you should probably use crypto/rand (which provides cryptographically random data). I forked your project to use crypto/rand...