mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-10 08:01:29 +01:00
Updated changelog + added release to no-std
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
|
## 0.11.0 (release date)
|
||||||
|
|
||||||
|
- Standardised CI and Makefile across Miden repos (#323).
|
||||||
|
|
||||||
## 0.10.0 (2024-08-06)
|
## 0.10.0 (2024-08-06)
|
||||||
|
|
||||||
- Added more `RpoDigest` and `RpxDigest` conversions (#311).
|
- Added more `RpoDigest` and `RpxDigest` conversions (#311).
|
||||||
- [BREAKING] Migrated to Winterfell v0.9 (#315).
|
- [BREAKING] Migrated to Winterfell v0.9 (#315).
|
||||||
- Fixed encoding of Falcon secret key (#319).
|
- Fixed encoding of Falcon secret key (#319).
|
||||||
- Standardised CI and Makefile across Miden repos (#323).
|
|
||||||
|
|
||||||
## 0.9.3 (2024-04-24)
|
## 0.9.3 (2024-04-24)
|
||||||
|
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -69,7 +69,7 @@ build: ## By default we should build in release mode
|
|||||||
|
|
||||||
.PHONY: build-no-std
|
.PHONY: build-no-std
|
||||||
build-no-std: ## Build without the standard library
|
build-no-std: ## Build without the standard library
|
||||||
cargo build --no-default-features --target wasm32-unknown-unknown
|
cargo build --release --no-default-features --target wasm32-unknown-unknown
|
||||||
|
|
||||||
.PHONY: build-avx2
|
.PHONY: build-avx2
|
||||||
build-avx2: ## Build with avx2 support
|
build-avx2: ## Build with avx2 support
|
||||||
|
|||||||
Reference in New Issue
Block a user