From 9d793208a834a01d3ecdea51ecc8c5ca091eea5d Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Wed, 8 Apr 2026 16:05:32 +0200 Subject: [PATCH] Extend IEncryption description --- standards/application/reliable-channel-api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index 034cd4a..1e500e9 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -130,7 +130,11 @@ types: IEncryption: type: object - description: "Interface for a pluggable encryption mechanism. Implementors MUST provide encrypt and decrypt operations." + description: "Interface for a pluggable encryption mechanism. + When IEncryption is provided, see ReliableChannelConfig, the encrypt and decrypt operations MUST be provided by the API consumer. + Notice that the encrypt/decrypt signatures may defer from what are described below but the important + point is that both operations MUST have a mechanism to accept an byte array as input and return a + byte array as an output." fields: encrypt: type: function