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 (5 lines) | stat: -rw-r--r-- 239 bytes parent folder | download
1
2
3
4
5
// Package bcrypt provides helpful abstractions for an implementation of bcrypt and implements
// github.com/go-crypt/crypt interfaces.
//
// This implementation is loaded by crypt.NewDefaultDecoder and crypt.NewDecoderAll.
package bcrypt