[new release] mirage-crypto (7 packages) (2.1.0)#29545
Merged
mseri merged 1 commit intoocaml:masterfrom Mar 17, 2026
Merged
Conversation
CHANGES: * Add new module Mirage_crypto_ec.Dsa.Primitive exposing the generator, point add, scalar multiplication for NIST curves. This is useful for implementing some protocols (such as spake2) (mirage/mirage-crypto#278 mirage/mirage-crypto#277 @samoht @hannesm) * Cleanup gen_tables (mirage/mirage-crypto#273 mirage/mirage-crypto#275 @reynir) * Use 'architecture' 'riscv' to not execute the entropy test on riscv64 (mirage/mirage-crypto#272 mirage/mirage-crypto#273 mirage/mirage-crypto#274 @reynir @hannesm)
Member
|
All failures seem independent of this PR |
Member
Author
|
indeed,as usual. fine to merge |
Member
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simple symmetric cryptography for the modern age
CHANGES:
add, scalar multiplication for NIST curves. This is useful for implementing
some protocols (such as spake2) (add primitives for Thomas' spake2 mirage/mirage-crypto#278 ec: expose low-level point arithmetic mirage/mirage-crypto#277 @samoht @hannesm)
Disable test_entropy for riscv 64 mirage/mirage-crypto#273 Use "architecture" "riscv" to fix the issue to not run on riscv64 #272 mirage/mirage-crypto#274 @reynir @hannesm)