Documentation ¶
Index ¶
- Variables
- func Depseudonymize(inp []byte, l uint, key []byte, hash func([]byte) []byte) []byte
- func DepseudonymizeBidirectional(inp []byte, l uint, keyA, keyB []byte, hash func([]byte) []byte) []byte
- func Pseudonymize(inp []byte, l uint, key []byte, hash func([]byte) []byte) []byte
- func PseudonymizeBidirectional(inp []byte, l uint, keyA, keyB []byte, hash func([]byte) []byte) []byte
- func Revert(inp []byte, l uint) []byte
- func Sha256(input []byte) []byte
Constants ¶
This section is empty.
Variables ¶
View Source
var NULL = byte(0)
Functions ¶
func Depseudonymize ¶
func Pseudonymize ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.