1
1
Fork 0
otprunner/otp.go
2021-07-23 12:29:55 +03:00

11 γραμμές
74 B
Go

package main
import (
"crypto/hmac"
)
func GenerateCode() {
}
extract