3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-15 00:19:29 +01:00
ergo/vendor/github.com/xdg-go/pbkdf2
Shivaram Lingamneni 492109f29d upgrade go to 1.17
2021-08-20 15:59:26 -04:00
..
.gitignore implement SCRAM-SHA-256 2021-07-30 12:20:13 -04:00
LICENSE implement SCRAM-SHA-256 2021-07-30 12:20:13 -04:00
pbkdf2.go implement SCRAM-SHA-256 2021-07-30 12:20:13 -04:00
README.md implement SCRAM-SHA-256 2021-07-30 12:20:13 -04:00

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 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