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
Noir stdlib now tries to avoid havin methods with an array and a slice versions. With some macro magic to determine note byte lengths, it should be possible to remove the aes128_encrypt_slice function and replace it with a generic array version.
The text was updated successfully, but these errors were encountered:
Closes: #6547
Also generalises EncryptedLogBody so it can be used with things that
aren't notes
---------
Co-authored-by: LHerskind <[email protected]>
Noir stdlib now tries to avoid havin methods with an array and a slice versions. With some macro magic to determine note byte lengths, it should be possible to remove the
aes128_encrypt_slice
function and replace it with a generic array version.The text was updated successfully, but these errors were encountered: