1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Added documentation for AES cipher

This commit is contained in:
Adrian Utrilla
2016-08-24 15:46:49 -07:00
parent 341da25219
commit 35b90eb90e

View File

@@ -19,6 +19,7 @@ type encryptedValue struct {
const nonceSize int = 32
// Cipher encrypts and decrypts data keys with AES GCM 256
type Cipher struct{}
var encre = regexp.MustCompile(`^ENC\[AES256_GCM,data:(.+),iv:(.+),tag:(.+),type:(.+)\]`)