Use a struct instead of the sender_id, recipient_id and info arguments needed for the before functions.
Provide a simple default, perhaps recipient_id being the public key and info simply being "rust-signcryption" for interop debugging. Also provide a Aad::empty() function to ignore the default fields.
Use a struct instead of the
sender_id,recipient_idandinfoarguments needed for the before functions.Provide a simple default, perhaps recipient_id being the public key and info simply being "rust-signcryption" for interop debugging. Also provide a Aad::empty() function to ignore the default fields.