bun icon indicating copy to clipboard operation
bun copied to clipboard

Crypto.{verify/sign}() not working with ssh-ed25519

Open elmpp opened this issue 10 months ago • 2 comments

What version of Bun is running?

1.1.5

What platform is your computer?

Darwin 23.2.0 arm64 arm

What steps can reproduce the bug?

There is a repro of the bug here - https://github.com/elmpp/bun-crypto-ssh-ed25519

bun install bun run repro-bun // --> Fail bun run repro-node // --> Pass

What is the expected behavior?

Crypto.sign/verify should operate the same as Node

What do you see instead?

Verify fails

Additional information

No response

elmpp avatar Apr 21 '24 21:04 elmpp

😢

elmpp avatar May 06 '24 15:05 elmpp

@cirospaciari any updates on this?

lkwr avatar Aug 08 '24 22:08 lkwr