您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Shivaram Lingamneni 492109f29d upgrade go to 1.17 2 年前
..
.gitignore implement SCRAM-SHA-256 2 年前
LICENSE implement SCRAM-SHA-256 2 年前
README.md implement SCRAM-SHA-256 2 年前
pbkdf2.go implement SCRAM-SHA-256 2 年前

README.md

Go Reference Go Report Card Github Actions

pbkdf2 – Go implementation of PBKDF2

Description

Package pbkdf2 provides password-based key derivation based on RFC 8018.

Copyright and License

Copyright 2021 by David A. Golden. All rights reserved.

Licensed under the Apache License, Version 2.0 (the “License”). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0