package
3.23.0+incompatible
Repository: https://github.com/traptitech/traq.git
Documentation: pkg.go.dev
# Functions
AlphaNumeric 指定した文字数のランダム英数字文字列を生成します この関数はmath/randが生成する擬似乱数を使用します.
GenerateECDSAKey ECDSAによる鍵を生成します.
Salt 64bytesソルトを生成します.
SecureAlphaNumeric 指定した文字数のランダム英数字文字列を生成します この関数はcrypto/randが生成する暗号学的に安全な乱数を使用します.