Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
add doc.go, fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
anitgandhi committed Aug 21, 2017
1 parent e98a868 commit ac23aa0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
Package fpe implements the NIST recommended Format Preserving Encryption (FPE) FF1 and FF3 algorithms.
NIST Recommendation SP 800-38G: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38G.pdf
This package itself has nothing, the ff1 and ff3 sub-packages contain the API.
*/
package fpe

0 comments on commit ac23aa0

Please sign in to comment.