Are you only supporting xchacha20poly1305? I'm wanting to use the one without the leading 'x' as PHP doesn't seem to support that one. If I look at sodium.secretStream though I don't see any other options.
I'm wanting to replicate this typescript method in Swift:
Are you only supporting xchacha20poly1305? I'm wanting to use the one without the leading 'x' as PHP doesn't seem to support that one. If I look at
sodium.secretStream
though I don't see any other options.I'm wanting to replicate this typescript method in Swift: