awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
QuipNetwork avatar

QuipNetwork/hashsigs-rs

0
View on GitHub↗
2,944 stars·15 forks·Rust·agpl-3.0·12 views

Hashsigs Rs

hashsigs-rs is a Rust cryptography library providing a hash-based signature scheme and a library for generating and verifying one-time digital signatures. It serves as a smart contract signature verifier designed to validate identity and authenticity within on-chain environments.

The project implements one-time signature generation and verification to ensure that digital signatures are valid for a single message, preventing key reuse. It supports blockchain authentication workflows and cryptographic identity proofs for validating senders without relying on external servers.

The library utilizes hash-chain key derivation and Merkle-tree based authentication to enable stateless signature verification. It is written in Rust and supports compilation to WebAssembly for execution in browser-based clients and smart contract environments, including Solana.

Features

  • One-Time Signature Schemes - Provides a complete implementation of a one-time signature scheme to ensure a signing key is used only once.
  • Hash-Based Signature Verifiers - Implements a signature scheme based on one-way hash functions instead of asymmetric encryption.
  • On-Chain Hash-Based Verifiers - Provides a system to validate hash-based signatures within on-chain environments to confirm sender identity.
  • One-Time Signature Generators - Provides the capability to generate unique digital signatures for single-use messages.
  • Digital Signature Libraries - Provides a library for generating and verifying one-time hash-based digital signatures.
  • Digital Signature Validators - Validates digital signatures within smart contracts to confirm the identity of the sender.
  • Hash-Chain Authentications - Implements a sequence of linked cryptographic hashes for sequential identity verification.
  • Merkle Tree Utilities - Utilizes Merkle tree structures to provide cryptographic paths for signature verification.
  • On-Chain Authentications - Performs identity proving and signature verification directly within a blockchain virtual machine.
  • Rust Cryptography Libraries - Provides a high-performance implementation of cryptographic primitives written in Rust for memory safety.
  • Ownership-Based Memory Management - Leverages Rust's ownership and borrowing system to ensure memory safety during cryptographic operations.
  • Authentication Workflows - Integrates one-time signature schemes into distributed ledgers for secure transaction verification.
  • Stateless Verifications - Enables signature validation using only the public key and proof without needing a persistent database.
  • Cryptographic Identity Verification - Uses hash-based signatures to provide cryptographic proofs of ownership and authorization.
  • WebAssembly Compilation - Compiles core cryptographic logic into WebAssembly for use in browsers and smart contracts.

Star history

Star history chart for quipnetwork/hashsigs-rsStar history chart for quipnetwork/hashsigs-rs

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hashsigs Rs

Similar open-source projects, ranked by how many features they share with Hashsigs Rs.
  • quipnetwork/hashsigs-solidityQuipNetwork avatar

    QuipNetwork/hashsigs-solidity

    2,957View on GitHub↗

    hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions as a hash-based signature verifier designed to confirm data origin and integrity within a virtual machine environment. The project focuses on on-chain cryptographic authentication, specifically the verification of one-time signatures to prevent replay attacks. It implements signature validation for Winternitz One-Time Signatures Plus to ensure that data has not been tampered with before it is processed by a contract. The library covers a broad range of cryptographic capabili

    Solidity
    View on GitHub↗2,957
  • quipnetwork/hashsigs-tsQuipNetwork avatar

    QuipNetwork/hashsigs-ts

    2,944View on GitHub↗

    hashsigs-ts is a TypeScript cryptography library used to generate and verify digital signatures through one-time cryptographic schemes. It functions as a hash-based signature tool that creates secure signatures without relying on asymmetric encryption. The library provides tools for cryptographic identity verification and data integrity validation. It utilizes a one-time signature generation process to ensure that data remains unaltered and that the origin of a message can be proven. The implementation manages raw cryptographic data using typed arrays and employs pure functions to ensure con

    TypeScript
    View on GitHub↗2,944
  • quipnetwork/hashsigs-pyQuipNetwork avatar

    QuipNetwork/hashsigs-py

    2,941View on GitHub↗

    hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It employs hash chains and seed-based key derivation to authenticate data and ensure message integrity. The library includes a high-performance compiled cryptography backend to accelerate signature computation and processing. For compatibility, it maintains a pure Python fallback implementation to ensure functionality when the compiled backend is unavailable. The project provides tools for digital key pair management, allowing for the deterministic generation of public and privat

    Python
    View on GitHub↗2,941
  • dalek-cryptography/curve25519-dalekdalek-cryptography avatar

    dalek-cryptography/curve25519-dalek

    1,173View on GitHub↗

    This library provides a collection of low-level mathematical primitives for Curve25519 and Ristretto group operations. It serves as a foundation for building secure cryptographic protocols, offering tools for elliptic curve arithmetic, key exchange, and digital signature generation. The implementation prioritizes side-channel resistance by utilizing constant-time arithmetic logic across all operations, ensuring that secret-dependent timing variations are prevented. It leverages the Rust type system to enforce state validity, making illegal group elements unrepresentable at compile time. To ma

    Rustcryptographycurve25519edwards-curve
    View on GitHub↗1,173
See all 30 alternatives to Hashsigs Rs→

Frequently asked questions

What does quipnetwork/hashsigs-rs do?

hashsigs-rs is a Rust cryptography library providing a hash-based signature scheme and a library for generating and verifying one-time digital signatures. It serves as a smart contract signature verifier designed to validate identity and authenticity within on-chain environments.

What are the main features of quipnetwork/hashsigs-rs?

The main features of quipnetwork/hashsigs-rs are: One-Time Signature Schemes, Hash-Based Signature Verifiers, On-Chain Hash-Based Verifiers, One-Time Signature Generators, Digital Signature Libraries, Digital Signature Validators, Hash-Chain Authentications, Merkle Tree Utilities.

What are some open-source alternatives to quipnetwork/hashsigs-rs?

Open-source alternatives to quipnetwork/hashsigs-rs include: quipnetwork/hashsigs-solidity — hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions… quipnetwork/hashsigs-ts — hashsigs-ts is a TypeScript cryptography library used to generate and verify digital signatures through one-time… quipnetwork/hashsigs-py — hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It… travist/jsencrypt — jsencrypt is a JavaScript library for performing RSA encryption, decryption, and key generation. It functions as an… dalek-cryptography/curve25519-dalek — This library provides a collection of low-level mathematical primitives for Curve25519 and Ristretto group operations.… signalapp/signal-android — Signal-Android is an end-to-end encrypted messaging platform designed to ensure that only the sender and recipient can…