@ -5,7 +5,7 @@ go get -u github.com/xiaoqidun/idkey
# 使用方法
```go
// 生成argon2id hash密码
hash:=idkey.Encode([]byte("admin"))
hash:=idkey.Encode([]byte("admin"),nil)
// 进行argon2id hash验证
verify:=idkey.Verify([]byte("admin"),hash)
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.