mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Document recent changes in CHANGELOG.md.
This commit is contained in:
parent
ef39fba64c
commit
73eb83d52d
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,12 @@ and this project adheres to Rust's notion of
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Added
|
||||||
|
- Add `repr-c` cargo feature to facilitate FFI by conditionally adding
|
||||||
|
`repr(C)` attribute to point structures.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Add `repr(transparent)` attribute to Fp/Fq structures.
|
||||||
|
|
||||||
## [0.3.0] - 2022-01-03
|
## [0.3.0] - 2022-01-03
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue