awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
QuipNetwork avatar

QuipNetwork/hashsigs-py

0
View on GitHub↗
2,941 estrellas·7 forks·Python·agpl-3.0·4 vistas

Hashsigs Py

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 private keys from a starting seed. It covers the full lifecycle of one-time signatures, including the creation, signing, and verification of messages.

Features

  • One-Time Signature Generators - Generates one-time digital signatures using hash chains to authenticate individual messages.
  • One-Time Signature Schemes - Implements a cryptographic process where each private key is restricted to signing a single message.
  • Cryptographic Key Generators - Provides deterministic generation of public and private key pairs from a starting seed.
  • Cryptographic Key Generation - Implements deterministic generation of cryptographic public and private key pairs from a seed.
  • KMS Key Pair Generators - Creates deterministic public and private key pairs from a provided seed for signing and verification.
  • Cryptographic Signature Verification - Validates that signed messages are authentic and unaltered by checking them against a public key.
  • Hash-Based Signature Libraries - Implements a full Python library for generating and verifying one-time digital signatures using hash chains.
  • Digital Message Signing - Produces digital signatures for specific messages using a private key to ensure data integrity.
  • Digital Signature Validators - Validates a signature against a message and a public key to confirm the signer's identity.
  • Hash-Chain Authentications - Authenticates signers by verifying a chain of cryptographic hashes against a public key.
  • Key Derivation Schemes - Generates public and private key pairs by applying deterministic transformations to a starting seed.
  • One-Time Signature Verifiers - Validates single-use digital signatures against a public key to confirm data authenticity.
  • Cryptographic Accelerators - Improves the speed of signature computation by replacing interpreted logic with a high-performance compiled implementation.
  • Compiled Cryptography Backends - Provides a compiled backend to accelerate the computation and processing of cryptographic signatures.
  • Cryptographic Operation Accelerators - Increases signature generation and verification performance using a high-performance compiled backend.
  • Cryptographic Performance Optimizations - Uses a compiled cryptography backend to accelerate signature computation and processing.
  • Pure-Python Cryptographic Fallbacks - Maintains a pure Python implementation of signing logic to ensure functionality when the compiled backend is unavailable.
  • Signature Processing Optimizations - Optimizes the computational speed of signing and verification operations through a compiled backend.
  • Cryptography Backends - Ships a high-performance compiled backend with a pure Python fallback for cryptographic operations.

Historial de estrellas

Gráfico del historial de estrellas de quipnetwork/hashsigs-pyGráfico del historial de estrellas de quipnetwork/hashsigs-py

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace quipnetwork/hashsigs-py?

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.

¿Cuáles son las características principales de quipnetwork/hashsigs-py?

Las características principales de quipnetwork/hashsigs-py son: One-Time Signature Generators, One-Time Signature Schemes, Cryptographic Key Generators, Cryptographic Key Generation, KMS Key Pair Generators, Cryptographic Signature Verification, Hash-Based Signature Libraries, Digital Message Signing.

¿Qué alternativas de código abierto existen para quipnetwork/hashsigs-py?

Las alternativas de código abierto para quipnetwork/hashsigs-py incluyen: quipnetwork/hashsigs-ts — hashsigs-ts is a TypeScript cryptography library used to generate and verify digital signatures through one-time… quipnetwork/hashsigs-rs — hashsigs-rs is a Rust cryptography library providing a hash-based signature scheme and a library for generating and… quipnetwork/hashsigs-solidity — hashsigs-solidity is a cryptographic signature library and security utility for Ethereum smart contracts. It functions… guanzhi/gmssl — GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3,… google/end-to-end — This project is an OpenPGP cryptography library designed for encrypting, decrypting, and signing messages according to… stellar/stellar-core — Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger…

Alternativas open-source a Hashsigs Py

Proyectos open-source similares, clasificados según cuántas características comparten con Hashsigs Py.
  • quipnetwork/hashsigs-tsAvatar de QuipNetwork

    QuipNetwork/hashsigs-ts

    2,944Ver en 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
    Ver en GitHub↗2,944
  • quipnetwork/hashsigs-rsAvatar de QuipNetwork

    QuipNetwork/hashsigs-rs

    2,944Ver en GitHub↗

    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 utili

    Rust
    Ver en GitHub↗2,944
  • quipnetwork/hashsigs-solidityAvatar de QuipNetwork

    QuipNetwork/hashsigs-solidity

    2,957Ver en 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
    Ver en GitHub↗2,957
  • guanzhi/gmsslAvatar de guanzhi

    guanzhi/GmSSL

    6,075Ver en GitHub↗

    GmSSL is an open-source cryptographic library that implements the Chinese national cryptographic standards SM2, SM3, SM4, SM9, and ZUC as a unified algorithm suite. It provides a comprehensive set of cryptographic primitives including symmetric and asymmetric encryption, digital signatures, hashing, and key exchange, all built around these national standards for government and enterprise security applications. The library distinguishes itself through several integration capabilities. It includes an OpenSSL compatibility layer that maps GmSSL functions to OpenSSL API calls, enabling drop-in re

    Ccryptoencryptionpairing
    Ver en GitHub↗6,075
Ver las 30 alternativas a Hashsigs Py→