webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

X25519 and Ed25519 ffi and js implementations

Open tzaid opened this issue 4 months ago • 1 comments

Didn't feel like waiting for v1.1 to get these so I implemented them. The PR includes interfaces and implementations for ffi, js and stubs for both X25519 and Ed25519. For Ed25519, only signBytes and verifyBytes is supported but happy to provide a stream wrapper if required.

tzaid avatar Oct 13 '25 21:10 tzaid

Thanks, I suspect we might still want to polish what we have an get a new version released, before we expand the scope.

Also what is the browser support status, have all agreed implement these yet?

jonasfj avatar Nov 12 '25 09:11 jonasfj