stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
59 stars 40 forks source link

Add test vectors for ed25519 edge cases #1331

Closed graydon closed 6 months ago

graydon commented 6 months ago

This contains some new test vectors for testing dalek against some known edge cases of ed25519. I'm about to file a corresponding stellar-core change that runs the same test vectors through libsodium (they both behave the same).