curve: add yanking notes for v4.2.0 (#794)

Yanked due to #785
This commit is contained in:
Tony Arcieri 2025-07-17 19:52:40 -06:00 committed by GitHub
parent 03df416703
commit c6e32a2c7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,9 @@ major series.
## 4.x series ## 4.x series
### 4.2.0 ### 4.2.0 [YANKED]
NOTE: yanked because `hash_to_curve` was improperly implemented (#785)
* Move AVX-512 backend selection logic to a separate CFG flag that requires nightly * Move AVX-512 backend selection logic to a separate CFG flag that requires nightly
* Add Elligator2 hashing methods `EdwardsPoint::hash_to_curve()` and `FieldElement::hash_to_field()` * Add Elligator2 hashing methods `EdwardsPoint::hash_to_curve()` and `FieldElement::hash_to_field()`