upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changes for 0.10.2

+6 -2
+6 -2
CHANGES.md
··· 1 - ## unreleased 1 + ## v0.10.2 (2021-06-07) 2 2 3 - - mirage-crypto-ec: dune C stubs compilation rules: explicitely declare the 3 + - mirage-crypto-ec: dune C stubs compilation rules: explicitely declare the 4 4 include directory instead of listing it as a flag, so that the dependency 5 5 is correctly tracked (#122 by @TheLortex) 6 + - mirage-crypto: compatibility with gcc11 (-Warray-parameters warning) 7 + (reported in #124 by @TheLortex, fixed in #125 by @hannesm) 8 + - support for 64 bit RISC-V (#127 by @edwintorok) 9 + - Fixed esy cross-compile CI (#126 by @EduardoRFS) 6 10 7 11 ## v0.10.1 (2021-04-25) 8 12