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↗
2,944 स्टार्स·15 फोर्क्स·Rust·agpl-3.0·4 व्यूज़

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.

स्टार हिस्ट्री

quipnetwork/hashsigs-rs के लिए स्टार हिस्ट्री चार्टquipnetwork/hashsigs-rs के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Hashsigs Rs के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Hashsigs Rs के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • quipnetwork/hashsigs-solidityQuipNetwork का अवतार

    QuipNetwork/hashsigs-solidity

    2,957GitHub पर देखें↗

    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,944GitHub पर देखें↗

    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,941GitHub पर देखें↗

    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,173GitHub पर देखें↗

    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…