LFDT-Lockness / generic-ec

Generic elliptic curve cryptography in Rust
Apache License 2.0
2 stars 2 forks source link

udigest support #10

Closed survived closed 10 months ago

survived commented 10 months ago
OrestisAlpos commented 10 months ago

Will these changes affect other libraries that use Point and Scalar in structs with the derive(Serialize, Deserialize) attribute?

survived commented 10 months ago

The PR doesn't change the (de)serialization code, so it should not affect

maurges commented 10 months ago

For some reason at first I also saw it as if serde traits were removed