//
pkg.gl
Category
github.com/sql2/vault
helper
xor
package
0.11.6
Repository:
https://github.com/sql2/vault.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
38 SLOC
#
Functions
XORBase64
XORBase64 takes two base64-encoded strings and XORs the decoded byte slices together, returning the final byte slice.
XORBytes
XORBytes takes two byte slices and XORs them together, returning the final byte slice.