You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: encrypted-mediatype.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The encryption metadata consists of 2 parts: the PublicLayerBlockCipherOptions a
23
23
24
24
Below are golang definitions of these JSON objects:
25
25
26
-
```
26
+
```golang
27
27
// LayerCipherType is the ciphertype as specified in the layer metadata
28
28
typeLayerCipherTypestring
29
29
// PublicLayerBlockCipherOptions includes the information required to encrypt/decrypt
@@ -61,12 +61,13 @@ Details of the algorithms and protocols used in the encryption of the data blob
61
61
- The `cipherOptions` field specifies additional parameters used in the decryption process of the specified algorithm. This should be in accordance with the RFC standard of the algorithm used.
0 commit comments