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
if only there were some documentation regarding the API calls. Unfortunately it is useless as it is now and it is easier to roll my own rolling conde implementation.
The text was updated successfully, but these errors were encountered:
The document also has to visually explain block arrangement and integration with block ciphers.
It is designed with ECB mode in mind, which is light on memory, but all other online recommendations are against this mode.
This is possible because the library's counting value provides confidentiality, and the padding (unused bytes) provides authenticity. All of this is a non-trivial topic and needs proper explanation, not just the code.
Unfortunately, I am occupied with other things right now. The looming job market has made me rethink my way forward, and I started a company totally unrelated to embedding systems.
I hope to see your implementation someday.
Thanks for stopping by.
if only there were some documentation regarding the API calls. Unfortunately it is useless as it is now and it is easier to roll my own rolling conde implementation.
The text was updated successfully, but these errors were encountered: