bun
bun copied to clipboard
Crypto.{verify/sign}() not working with ssh-ed25519
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
😢
@cirospaciari any updates on this?