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
Right now, ocb3 exclusively uses BlockCipherEncrypt::encrypt_block and BlockCipherDecrypt::decrypt_block. Although VAES support is coming in block-ciphers#491, ocb3 won't be able to take advantage of its (2-5x) speedups until encrypt_blocks*/decrypt_blocks* APIs are used.