11460 commits in all time Mar 19, 2026 16:33 – Jun 17, 2026 16:33 UTC
nullun falcon
Merge b58119d42f53f3fe119ec7a4847989fab937e3e4 into 1f71e3a36aa104ef132d70f0ea0541f946805d27
Git Commit 8730afd4 Branch pull/16/merge Document 4/62 ++ 5 --
nullun falcon
Make falcon_det1024_salt_rest static and const
Git Commit b58119d4 Branch pull/16/head Document 1/1 ++ 1 --
cce falcon
Merge pull request #17 from algorand/cce/add-ci
CI: add GHA build+test multi-platform workflow
Git Commit 1f71e3a3 Branch main Document 4/41 ++ 15 --
cce falcon
upgrade to Go 1.24 which provides builtin crypto/sha3
Git Commit 34f4aba3 Branch cce/add-ci Document 3/3 ++ 15 --
cce falcon
CI: add GHA build+test workflow
Git Commit 5f8b590f Branch cce/add-ci Document 1/38 ++ 0 --
dependabot[bot] d-asa
Merge e8fafe210a422012045936aa51bdf671776220e8 into c138921bdc81ac772fea570d0f286575b27a0b45
Git Commit 1c6a19b6 Branch pull/161/merge Document 1/124 ++ 125 --
dependabot[bot] d-asa
chore(deps-dev): bump aiohttp from 3.13.5 to 3.14.1
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Git Commit e8fafe21 Branch dependabot/pip/aiohttp-3.14.1 Document 1/124 ++ 125 --
renovate[bot] use-wallet
Merge 34ee6255b13c9217eef05d2d4682de45bb093ce6 into 5073ca134b7c4c5721fcfbe976d5c364a5cc777a
Git Commit fab92e22 Branch pull/421/merge Document 15/2,842 ++ 1,783 --
renovate[bot] use-wallet
chore(deps): update non-major dependencies
Git Commit 34ee6255 Branch renovate/non-major-dependencies Document 15/2,842 ++ 1,783 --
nullun falcon
Merge 061acc790ecc0f681dad4f76b4d9b6e6a5451187 into ce15e75bceb372867daf6b8e81918ab6978686eb
Git Commit 3b562d03 Branch pull/16/merge Document 4/61 ++ 4 --
nullun falcon
Make sigs_ct static to silence macOS linker alignment warning
The ~769 KiB sigs_ct array was a non-static tentative definition, so
clang emitted it as a common symbol and ld64 requested 32 KiB alignment
for it, exceeding the 16 KiB segment maximum on arm64 macOS:

  ld: warning: reducing alignment of section __DATA,__common from
  0x8000 to 0x4000 because it exceeds segment maximum alignment

The array is only used in this file, so make it static, which places it
in __bss with ordinary alignment and avoids the warning.
Git Commit 061acc79 Branch pull/16/head Document 1/1 ++ 1 --
nullun falcon
Length handling for compressed det1024 signatures
Add a couple of small length checks when working with compressed
det1024 signatures, and tidy up the ordering of the bounds check in
falcon_det1024_verify_compressed. Mirrors the existing checks on both
the C and Go sides.

falcon_det1024_convert_compressed_to_ct only checked that comp_decode
succeeded, not that it consumed the entire signature, so a valid
compressed signature with arbitrary trailing bytes would still convert
to a valid CT signature. Enforce exact consumption, matching the check
falcon_verify applies to compressed signatures.

Add tests covering the rejection paths for signatures too short to
contain a header and salt version, and for signatures with trailing
bytes, in both Verify and ConvertToCT.
Git Commit a8915366 Branch pull/16/head Document 3/60 ++ 3 --
cusma go-algorand
Merge 4c2dec85623e726244673654bd959a36098e0608 into 3a483cd9f80ec95511998c5c4808fbbe4ae4f8e9
Git Commit 51f458ec Branch pull/6639/merge Document 52/6,030 ++ 1,553 --
cusma go-algorand
chore: make msgp
Git Commit 4c2dec85 Branch pull/6639/head Document 8/137 ++ 72 --
cusma go-algorand
Merge remote-tracking branch 'upstream/master' into pq-account
Git Commit 1c8e7c16 Branch pull/6639/head Document 5/8 ++ 16 --
onetechnical go-algorand
Merge 029447df17196c41992a7dbfc18dff83b43483b0 into 3a483cd9f80ec95511998c5c4808fbbe4ae4f8e9
Git Commit 3665a52d Branch pull/6567/merge Document 12/1,301 ++ 3 --