use payload term instead of ciphertext

Co-authored-by: Igor Sirotin <igor.sirotin.1012@gmail.com>
This commit is contained in:
Ivan FB 2026-04-23 23:05:59 +02:00 committed by GitHub
parent 033f17af96
commit 3ec5732050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ types:
type: function
description: "Decrypts a byte payload. Returns the decrypted payload."
parameters:
- name: ciphertext
- name: payload
type: array<byte>
returns:
type: result<array<byte>, error>