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
Currently the AES GCM transformation is bound to asymmetric ECDH sessions.
We should have simple zencode statements for AES GCM encoding with all parameters exposed (mostly IV and header).
This implementation should use have and mayhave to retrieve needed parameters to be explicit in error messages about which ones are missing. It may need to use the hidden CACHE, in such a case the zencode_fsp implementation may serve as example.
The text was updated successfully, but these errors were encountered:
Currently the AES GCM transformation is bound to asymmetric ECDH sessions.
We should have simple zencode statements for AES GCM encoding with all parameters exposed (mostly IV and header).
This implementation should use
have
andmayhave
to retrieve needed parameters to be explicit in error messages about which ones are missing. It may need to use the hiddenCACHE
, in such a case thezencode_fsp
implementation may serve as example.The text was updated successfully, but these errors were encountered: