Skip to content

Releases: algorandfoundation/falcon-signatures

v1.1.1

15 Oct 08:17
v1.1.1
87e355f

Choose a tag to compare

Changes since v1.1.0

  • feat: add algod endpoint flags to falcon algorand send (39d5e4e)

Assets

Download the binary for your platform:

  • Linux (amd64): falcon-linux-amd64.tar.gz
  • Linux (arm64): falcon-linux-arm64.tar.gz
  • macOS (Intel): falcon-darwin-amd64.tar.gz
  • macOS (Apple Silicon): falcon-darwin-arm64.tar.gz

Extract with: tar -xzf falcon-{platform}-{arch}.tar.gz

Verify downloads with checksums.txt (SHA256):

b18182fbf996d4f1c8af63f6d4bfcad675312ced38483cd2735f396dd4898527  falcon-darwin-amd64.tar.gz
8013ea0ae9cef3d53a3620412026dc8357345bf94bdb963958ac838115f9692f  falcon-darwin-arm64.tar.gz
93e1ba9d7eb237c6a7251e760cbf7a79b207812441f82727b05d58506a720254  falcon-linux-amd64.tar.gz
10f89ff99ebfe7a037ea3170bd47383202186da09ecedd3d12ccbd6ef5e16b63  falcon-linux-arm64.tar.gz

v1.1.0

10 Oct 09:44
v1.1.0
d1244e8

Choose a tag to compare

Changes since v1.0.1

BIP-39 mnemonic support: falcon create now generates 24-word BIP-39 mnemonics by default for easy key recovery

  • New mnemonic package implementing BIP-39 standard with PBKDF2 and HKDF seed derivation
  • --mnemonic-passphrase flag across all commands (create, sign, verify, info, algorand) for optional BIP-39 passphrase
  • --no-mnemonic flag for falcon create to generate higher entropy keys (384-bit vs 256-bit) without mnemonics
  • --from-mnemonic flag for falcon create to recover keypairs from existing 24-word mnemonics
  • Mnemonic-only key files supported: store only mnemonic and derive keys on-demand

Assets

Download the binary for your platform:

  • Linux (amd64): falcon-linux-amd64.tar.gz
  • Linux (arm64): falcon-linux-arm64.tar.gz
  • macOS (Intel): falcon-darwin-amd64.tar.gz
  • macOS (Apple Silicon): falcon-darwin-arm64.tar.gz

Extract with: tar -xzf falcon-{platform}-{arch}.tar.gz

Verify downloads with checksums.txt (SHA256):

8563d8f2ff017cea1dbdaf16aa939ed858c941e8d50ce4bc07ba564f9b0acd92  falcon-darwin-amd64.tar.gz
a153c3c0ec36dbe3bc6a8fb59ede85e65bf07c6f0c6b4ba97a082f7249b6e4af  falcon-darwin-arm64.tar.gz
38cc2de029b27dbf0ff28cfac967387acff3a9e41e1106b5c9d00f7d39ded3bd  falcon-linux-amd64.tar.gz
880a7017fd34b0cd2740ff838571fb2f7ecde916cd0080565dd0fd266c034c42  falcon-linux-arm64.tar.gz

v1.0.1

03 Oct 10:32
v1.0.1
4b32da9

Choose a tag to compare

Changes since v1.0.0

  • detect version from build metadata for go install (c0fc0dc)

Assets

Download the binary for your platform:

  • Linux (amd64): falcon-linux-amd64.tar.gz
  • Linux (arm64): falcon-linux-arm64.tar.gz
  • macOS (Intel): falcon-darwin-amd64.tar.gz
  • macOS (Apple Silicon): falcon-darwin-arm64.tar.gz

Extract with: tar -xzf falcon-{platform}-{arch}.tar.gz

Verify downloads with checksums.txt (SHA256):

5e82efbe89901727beacac14e57b62518a301050571861b79883d072b750ebca  falcon-darwin-amd64.tar.gz
e78f8664284e7a927f1694a7a89d09ea84140e20356af92e44a06c1eeba534a1  falcon-darwin-arm64.tar.gz
b7d472bec4a1e5d9e76e5e6ffcc6813ecf485307583f7634f34b9a37b42c93e0  falcon-linux-amd64.tar.gz
051ea5c5baccae93bc62c30836724fc933387935180c3e2a9342488354114f1e  falcon-linux-arm64.tar.gz

v1.0.0

02 Oct 13:40
v1.0.0
d44a979

Choose a tag to compare

falcon-signatures v1.0.0

Highlights

  • FALCON-1024 CLI for creating keypairs, signing, verifying, and inspecting keys.
  • Includes Algorand features for deriving FALCON-protected accounts.

Reliability & tooling

  • End-to-end integration tests spin up a local Algorand network to exercise commands.
  • Makefile and CI workflows standardize formatting, linting, and multi-platform builds.
  • Documentation set covers every subcommand along with setup guidance.

Assets

Download the binary for your platform:

  • Linux (amd64): falcon-linux-amd64.tar.gz
  • Linux (arm64): falcon-linux-arm64.tar.gz
  • macOS (Intel): falcon-darwin-amd64.tar.gz
  • macOS (Apple Silicon): falcon-darwin-arm64.tar.gz

Extract with: tar -xzf falcon-{platform}-{arch}.tar.gz

Verify downloads with checksums.txt (SHA256):

355dde8e81699eb79db86ec8a6d77dc3c0ed2fdd92600b0cecb7398d8f75d384  falcon-darwin-amd64.tar.gz
359670f54afa38dc4f118a04af4dd3a6a8bd470583262f617314bdc86275cf1a  falcon-darwin-arm64.tar.gz
06396696157a9bccd459f96d67703dfa024ad6d190393c1fbc6e56a69a3ab1b9  falcon-linux-amd64.tar.gz
26403dc136e906091a4d3c98f8c62bbe9478e224dfec98eec128c306e6e77dd8  falcon-linux-arm64.tar.gz