schnorr-verify VS noble-secp256k1

Compare schnorr-verify vs noble-secp256k1 and see what are their differences.

schnorr-verify

super cheap solidity schnorr sig verification using only ecrecover and keccak256 (by noot)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
schnorr-verify noble-secp256k1
1 3
41 711
- -
10.0 7.6
almost 2 years ago 28 days ago
JavaScript JavaScript
GNU Lesser General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

schnorr-verify

Posts with mentions or reviews of schnorr-verify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • nostr for web3
    3 projects | /r/ethereum | 20 Feb 2023
    Would it maybe be better to incorporate web3 tools into the existing network? Constructing an entirely separate parallel set of servers and software, and getting enough people to use them, seems pretty costly and difficult. What about instead using the metadata events to publish web3 addresses in association with a npub address, similar concept to https://github.com/nostr-protocol/nips/blob/master/05.md, and including an additional web3 generated signature as a tag for events you want to be verifiably associated with your Eth wallet? The features you describe like using ens and direct NFT ownership checking would be possible this way, only needs a client that supports them. The dns based identity does enable some workarounds for using eth addresses. The problem is those events are still signed shnorr sigs of sha256 hashes. That is something that can be worked around and there already is existing solutions in sol (https://github.com/noot/schnorr-verify)

noble-secp256k1

Posts with mentions or reviews of noble-secp256k1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • A beginner's guide to constant-time cryptography (2017)
    6 projects | news.ycombinator.com | 22 Feb 2024
    I noticed in July of 2022 that Go did exactly the vulnerable example and reported it to the security team.

    https://github.com/golang/go/issues/53849

    It was fixed as of Go 1.21 https://go.dev/doc/go1.21

    ---

    The article cites JavaScript, which is not constant time. There's no sure way to do constant time operations in JavaScript and thus no secure way to do crypto directly in Javascript. Browsers like Firefox depend on low level calls which should be implemented in languages that are constant time capable.

    JavaScript needs something like constant time WASM in order to do crypto securely, but seeing the only constant time WASM project on GitHub has only 16 stars and the last commit was 2 years ago, it doesn't appear to have much interest. https://github.com/WebAssembly/constant-time

    However, for JavaScript, I recommend Paul's library Noble which is "hardened to be algorithmically constant time". It is by far the best library available for JavaScript. https://github.com/paulmillr/noble-secp256k1

  • Noble Cryptography
    1 project | news.ycombinator.com | 8 Dec 2023
  • How to encrypt data in JS using a library
    2 projects | /r/learnjavascript | 14 Mar 2022

What are some alternatives?

When comparing schnorr-verify and noble-secp256k1 you can also consider the following projects:

openzeppelin-contracts - OpenZeppelin Contracts is a library for secure smart contract development.

javascript-obfuscator - A powerful obfuscator for JavaScript and Node.js

remix - This has been moved to https://github.com/ethereum/remix-project

zkp-ecdsa - Proves knowledge of an ECDSA-P256 signature under one of many public keys that are stored in a list.

WEB3tr-Protocol - WEB3tr is nostr for web3.

elliptic - Fast Elliptic Curve Cryptography in plain javascript

eattheblocks - Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers

secp256k1-voi - High assurance Go secp256k1 (Mirror)

nips - Nostr Implementation Possibilities

Ed25519Tool - Ed25519 signing and verification online tool.

trezor-suite - :candy: Trezor Suite Monorepo

VulnTLS - Collection of TLS vulnerabilities ready to be exploited.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured