7
_cmptest/hmacdemo/hmac.go
Normal file
7
_cmptest/hmacdemo/hmac.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "crypto/hmac"
|
||||
|
||||
func main() {
|
||||
hmac.New(nil, []byte{'1', '2'})
|
||||
}
|
||||
Reference in New Issue
Block a user