diff options
| author | Levi Durfee <levi.durfee@gmail.com> | 2026-01-07 11:35:07 -0500 |
|---|---|---|
| committer | Levi Durfee <levi.durfee@gmail.com> | 2026-01-07 11:45:18 -0500 |
| commit | ac5b030f71434123bea60f9b1d918a59f19fed6a (patch) | |
| tree | 4472e5c976692c20e68218eb9fe6a56cee201d1c /internal/internal.go | |
| parent | b1f9ade1154df9353f19141d3ca719a8bb7936e8 (diff) | |
Switch to argon2
Diffstat (limited to 'internal/internal.go')
| -rw-r--r-- | internal/internal.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/internal.go b/internal/internal.go index 970232c..0a3bb54 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -7,10 +7,12 @@ type ( DEK []byte WrappedDEK []byte Ciphertext []byte + Salt []byte ) type EncryptedDataPayload struct { DEK WrappedDEK + Salt Salt Payload Ciphertext } |
