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

Add documentation to all main packages

This commit is contained in:
Adrian Utrilla
2017-09-12 20:01:12 -07:00
parent e88c1c30a3
commit 08a4c7e657
7 changed files with 33 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
/*
Package aes defines a Cipher that uses 256-bit AES-GCM authenticated encryption to encrypt values the SOPS tree.
*/
package aes //import "go.mozilla.org/sops/aes"
import (