Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion docs/HowTo/Configure/Tessera.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Field|Default Value|Description
`sharedKeyLength`|`32`|The key length used for symmetric encryption (keep in mind the key derivation operation always produces 32 byte keys and that the encryption algorithm must support it).

If `type` is set to `CUSTOM`, it provides support for external encryptor implementation to integrate
with Tessera. The pilot third party integration is [Unbound Tech's Unbound Key Control (UKC) encryptor](https://github.com/unbound-tech/ub-integration/tree/master/Tessera) (jar available at `com.github.unbound-tech:encryption-ub:<version>`).
with Tessera. The pilot third party integration is [Unbound Tech's Unbound Key Control (UKC) encryptor](https://github.com/unbound-tech/unbound-integration/tree/master/tessera) (jar available at `com.github.unbound-tech:encryption-ub:<version>`).

### Always-send-to

Expand Down