Paul Miller
Paul Miller
why is it unnecessary? Can you point to a base64armor specification or similar code in low-level ssh impl?
base64armor now moved to ed25519-keygen
@mirceanis AESKW is done.
@alterstep any chance you'll be able to describe what are you using it for?
Yes, but why do you need something "very fast"? Why can't AES work for you?
Why AEGIS instead of XChacha20-poly1305?
Interesting, ok. The question is, however, do you actually *need* this speed? Is the speed of algorithms a bottleneck in your application?
Keep in mind it's not just "implementing" - it's also continuously supporting and perhaps having 3rd party audits of the code.
AEGIS has been implemented here: https://github.com/stknob/aegis-ts/tree/main
`base64url` could also be replaced with audited version of one inside https://github.com/paulmillr/scure-base.