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-- 220 bytes parent folder | download
1
2
3
4
5
// Package md5crypt provides helpful abstractions for an implementation of crypt (MD5) and implements
// github.com/go-crypt/crypt interfaces.
//
// This implementation is loaded by crypt.NewDecoderAll.
package md5crypt