1
1
Fork 0
otprunner/otp.go

12 γραμμές
74 B
Go

2021-07-23 12:29:55 +03:00
package main
import (
"crypto/hmac"
)
func GenerateCode() {
}
extract