package
0.11.6
Repository: https://github.com/sql2/vault.git
Documentation: pkg.go.dev

# Functions

XORBase64 takes two base64-encoded strings and XORs the decoded byte slices together, returning the final byte slice.
XORBytes takes two byte slices and XORs them together, returning the final byte slice.