github.com/viant/toolbox@v0.34.5/url/key.go (about) 1 package url 2 3 4 //AES256Key represents custom key 5 type AES256Key struct { 6 Key []byte 7 Base64Key string 8 Base64KeyMd5Hash string 9 Base64KeySha256Hash string 10 }