...

Text file src/github.com/xdg-go/pbkdf2/README.md

Documentation: github.com/xdg-go/pbkdf2

     1[![Go Reference](https://pkg.go.dev/badge/github.com/xdg-go/pbkdf2.svg)](https://pkg.go.dev/github.com/xdg-go/pbkdf2)
     2[![Go Report Card](https://goreportcard.com/badge/github.com/xdg-go/pbkdf2)](https://goreportcard.com/report/github.com/xdg-go/pbkdf2)
     3[![Github Actions](https://github.com/xdg-go/pbkdf2/actions/workflows/test.yml/badge.svg)](https://github.com/xdg-go/pbkdf2/actions/workflows/test.yml)
     4
     5# pbkdf2 – Go implementation of PBKDF2
     6
     7## Description
     8
     9Package pbkdf2 provides password-based key derivation based on
    10[RFC 8018](https://tools.ietf.org/html/rfc8018).
    11
    12## Copyright and License
    13
    14Copyright 2021 by David A. Golden. All rights reserved.
    15
    16Licensed under the Apache License, Version 2.0 (the "License"). You may
    17obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

View as plain text