Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 910 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 910 Bytes

Package ipcipher

Go Reference build status goreportcard gocover

Package ipcipher implements the ipcipher specification, which can be used for encrypting and decrypting IP addresses.

The package provides simple Encrypt and Decrypt functions, as well as a block.Cipher.

See the documentation for examples.