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
VRL currently hard-codes this to little endian. It would be nice to support both since it appears that Java uses big endian.
This can probably be added by adding AES-*-CTR-BE, AES-*-CTR-LE and deprecating AES-*-CTR. We should probably check how other software normally handles this too though.
The text was updated successfully, but these errors were encountered:
VRL currently hard-codes this to little endian. It would be nice to support both since it appears that Java uses big endian.
This can probably be added by adding
AES-*-CTR-BE
,AES-*-CTR-LE
and deprecatingAES-*-CTR
. We should probably check how other software normally handles this too though.The text was updated successfully, but these errors were encountered: