awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
QuipNetwork avatar

QuipNetwork/hashsigs-ts

0
View on GitHub↗
2,944 stele·8 fork-uri·TypeScript·agpl-3.0·1 vizualizare

Hashsigs Ts

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 consistent outputs for the same inputs. It handles the creation of signatures through hash-chain generation and deterministic key derivation.

Features

  • One-Time Signature Generators - Provides tools to generate cryptographic signatures that are valid for a single message.
  • Cryptographic Integrity Validation - Ensures information remains unaltered since being signed by the original sender.
  • Digital Signature Libraries - Provides a library for generating and verifying hash-based digital signatures without asymmetric encryption.
  • One-Time Signature Schemes - Implements one-time cryptographic schemes to generate and verify single-use digital signatures.
  • Hash-Chain Authentications - Creates a sequence of keys through repeated applications of a cryptographic hash function to a seed.
  • Cryptographic Identity Verification - Uses unique digital signatures to prove the origin and authenticity of messages or data.
  • One-Time Signature Verifiers - Provides utilities to validate that single-use signatures hash forward correctly to the public key.
  • Cryptography Libraries - Integrates one-time signature schemes into applications using the TypeScript programming language.
  • JavaScript Cryptography Libraries - Provides low-level cryptographic primitives and operations specifically for TypeScript and JavaScript environments.
  • Key Derivation Schemes - Implements deterministic methods for generating unique signature keys from a single master secret.

Istoric stele

Graficul istoricului de stele pentru quipnetwork/hashsigs-tsGraficul istoricului de stele pentru quipnetwork/hashsigs-ts

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Hashsigs Ts

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Hashsigs Ts.
  • quipnetwork/hashsigs-pyAvatar QuipNetwork

    QuipNetwork/hashsigs-py

    2,941Vezi pe 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
    Vezi pe GitHub↗2,941
  • quipnetwork/hashsigs-rsAvatar QuipNetwork

    QuipNetwork/hashsigs-rs

    2,944Vezi pe 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
    Vezi pe GitHub↗2,944
  • quipnetwork/hashsigs-solidityAvatar QuipNetwork

    QuipNetwork/hashsigs-solidity

    2,957Vezi pe 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
    Vezi pe GitHub↗2,957
  • ethers-io/ethers.jsAvatar ethers-io

    ethers-io/ethers.js

    8,643Vezi pe GitHub↗

    ethers.js is an Ethereum JavaScript library used to interact with the Ethereum blockchain by querying state and sending transactions via JSON-RPC providers. It functions as a smart contract wrapper, a Web3 provider interface, and a system for managing wallets and cryptographic signatures. The project provides a dedicated Ethereum Name Service resolver for translating human-readable names into blockchain addresses through forward and reverse lookup operations. It also includes an implementation for managing private keys and mnemonic phrases to sign digital data and authorize on-chain transacti

    TypeScriptblockchainethereumethers
    Vezi pe GitHub↗8,643
Vezi toate cele 30 alternative pentru Hashsigs Ts→

Întrebări frecvente

Ce face quipnetwork/hashsigs-ts?

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.

Care sunt principalele funcționalități ale quipnetwork/hashsigs-ts?

Principalele funcționalități ale quipnetwork/hashsigs-ts sunt: One-Time Signature Generators, Cryptographic Integrity Validation, Digital Signature Libraries, One-Time Signature Schemes, Hash-Chain Authentications, Cryptographic Identity Verification, One-Time Signature Verifiers, Cryptography Libraries.

Care sunt câteva alternative open-source pentru quipnetwork/hashsigs-ts?

Alternativele open-source pentru quipnetwork/hashsigs-ts includ: quipnetwork/hashsigs-py — hashsigs-py is a hash-based signature library for Python used to generate and verify one-time digital signatures. It… 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… ethers-io/ethers.js — ethers.js is an Ethereum JavaScript library used to interact with the Ethereum blockchain by querying state and… lightningnetwork/lnd — Lnd is a full implementation of the Lightning Network protocol, functioning as a Bitcoin Layer 2 daemon that manages… digitalbazaar/forge — Forge is a JavaScript cryptography library providing a comprehensive set of tools for symmetric and asymmetric…