ipcipher
ipcipher copied to clipboard
ipcipher implementation in Go
Package ipcipher
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.