Skip to content

Commit

Permalink
Fix docs for Transit API (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebpmp authored and jefferai committed Dec 4, 2017
1 parent 14b43de commit 3b56130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/source/api/secret/transit/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ supports signing.
Required if key derivation is enabled; currently only available with ed25519
keys.

- `prehashed` `(bool: false)` - Set to `true` when the input is already
- `prehashed` `(bool: false)` - Set to `true` when the input is already
hashed. If the key type is `rsa-2048` or `rsa-4096`, then the algorithm used
to hash the input should be indicated by the `algorithm` parameter.

Expand Down Expand Up @@ -855,11 +855,11 @@ data.
`/transit/hmac` function. Either this must be supplied or `signature` must be
supplied.

- `context` `(string: "")` - Base64 encoded context for key derivation.
- `context` `(string: "")` - Base64 encoded context for key derivation.
Required if key derivation is enabled; currently only available with ed25519
keys.

- `prehashed` `(bool: false)` - Set to `true` when the input is already
- `prehashed` `(bool: false)` - Set to `true` when the input is already
hashed. If the key type is `rsa-2048` or `rsa-4096`, then the algorithm used
to hash the input should be indicated by the `algorithm` parameter.

Expand Down

0 comments on commit 3b56130

Please sign in to comment.