File: doc.go

package info (click to toggle)
golang-github-go-crypt-crypt 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
// Package shacrypt provides helpful abstractions for an implementation of SHA-crypt and implements
// github.com/go-crypt/crypt interfaces.
//
// See https://www.akkadia.org/drepper/SHA-crypt.html for specification details.
//
// This implementation is loaded by crypt.NewDefaultDecoder and crypt.NewDecoderAll.
package shacrypt