Skip to content

Commit

Permalink
[Chore] Bump blst to v0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Dec 14, 2024
1 parent f8acd3a commit 0e20aca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- SPDX-License-Identifier: MPL-2.0
-->

## v0.0.4

* Bundled blst version bumped to v0.3.13

## v0.0.3

* Minor tweaks for GHC 9.8 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion c-source
Submodule c-source updated 154 files
11 changes: 10 additions & 1 deletion hsblst.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 3.0
-- see: https://github.com/sol/hpack

name: hsblst
version: 0.0.3
version: 0.0.4
synopsis: Haskell bindings to BLST
description: HsBLST is low-level Haskell bindings and a high-level interface to [BLST](https://github.com/supranational/blst) -- a multilingual BLS12-381 signature library.
category: Cryptography
Expand Down Expand Up @@ -64,6 +64,15 @@ extra-source-files:
c-source/build/mach-o/sha256-portable-x86_64.s
c-source/build/mach-o/sha256-x86_64.s
c-source/build/assembly.S
c-source/build/cheri/add_mod_256-armv8.S
c-source/build/cheri/add_mod_384-armv8.S
c-source/build/cheri/ct_inverse_mod_256-armv8.S
c-source/build/cheri/ct_inverse_mod_384-armv8.S
c-source/build/cheri/ct_is_square_mod_384-armv8.S
c-source/build/cheri/div3w-armv8.S
c-source/build/cheri/mul_mont_256-armv8.S
c-source/build/cheri/mul_mont_384-armv8.S
c-source/build/cheri/sha256-armv8.S
c-source/build/coff/add_mod_256-armv8.S
c-source/build/coff/add_mod_384-armv8.S
c-source/build/coff/ct_inverse_mod_256-armv8.S
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: CC0-1.0

name: hsblst
version: 0.0.3
version: 0.0.4
author: Serokell <[email protected]>
github: serokell/hsblst

Expand Down

0 comments on commit 0e20aca

Please sign in to comment.