rbnacl icon indicating copy to clipboard operation
rbnacl copied to clipboard

Add XChaCha20Poly1305 box

Open vcsjones opened this issue 1 year ago • 0 comments

This adds support for an XChaCha20Poly1305 sealed box.

It can either be used stand-alone, or it can be passed to the the SimpleBox initializer which accepts an existing box and used with SimpleBox. It does not change the default SimpleBox algorithm of Salsa20.

vcsjones avatar Jun 24 '24 15:06 vcsjones