awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
QuipNetwork avatar

QuipNetwork/hashsigs-rs

0
View on GitHub↗

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.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

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.
2,944 星标·15 分支·Rust·agpl-3.0·3 次浏览

Star 历史

quipnetwork/hashsigs-rs 的 Star 历史图表quipnetwork/hashsigs-rs 的 Star 历史图表

Hashsigs Rs 的开源替代方案

相似的开源项目,按与 Hashsigs Rs 的功能重合度排序。
  • quipnetwork/hashsigs-solidityQuipNetwork 的头像

    QuipNetwork/hashsigs-solidity

    2,957在 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
    在 GitHub 上查看↗2,957
  • quipnetwork/hashsigs-tsQuipNetwork 的头像

    QuipNetwork/hashsigs-ts

    2,944在 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
    在 GitHub 上查看↗2,944
  • quipnetwork/hashsigs-pyQuipNetwork 的头像

    QuipNetwork/hashsigs-py

    2,941在 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
    在 GitHub 上查看↗2,941
  • dalek-cryptography/curve25519-dalekdalek-cryptography 的头像

    dalek-cryptography/curve25519-dalek

    1,173在 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
    在 GitHub 上查看↗1,173
查看 Hashsigs Rs 的所有 30 个替代方案→

常见问题解答

quipnetwork/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.

quipnetwork/hashsigs-rs 的主要功能有哪些?

quipnetwork/hashsigs-rs 的主要功能包括: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。

quipnetwork/hashsigs-rs 有哪些开源替代品?

quipnetwork/hashsigs-rs 的开源替代品包括: 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…