For the note encryption we need to have some encryption decryption available. As it looks atm, we will be using AES, so we need to have some AES implementation available.
BB already have an implementation so ideally we can simply expose that as a blackbox function, otherwise we need an implementation in pure noir.
We would very much want not do have the pure noir as it would be a pain to broadcast vs few calls to blackbox functions.
For the note encryption we need to have some encryption decryption available. As it looks atm, we will be using AES, so we need to have some AES implementation available.
BB already have an implementation so ideally we can simply expose that as a blackbox function, otherwise we need an implementation in pure noir.
We would very much want not do have the pure noir as it would be a pain to broadcast vs few calls to blackbox functions.