An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: secp256r1

kalepail/superpeach

Demo app showcasing a multisig Stellar smart wallet

Language: Svelte - Size: 1.63 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 8 - Forks: 3

pcaversaccio/p256-verifier-vyper

P256 (a.k.a. secp256r1 elliptic curve) signature verification ๐ŸVyper contract.

Language: Vyper - Size: 239 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 19 - Forks: 1

wqweto/VbAsyncSocket

Sockets with pure VB6 impl of TLS encryption

Language: Visual Basic 6.0 - Size: 3.41 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 175 - Forks: 35

rdubois-crypto/FreshCryptoLib

Cryptographic Primitives for Blockchain Systems (solidity, cairo, C and rust)

Language: Solidity - Size: 40.1 MB - Last synced at: 5 days ago - Pushed at: 9 months ago - Stars: 136 - Forks: 25

kalepail/passkey-kit

TS SDK for creating and managing Stellar smart wallets

Language: TypeScript - Size: 10.9 MB - Last synced at: 4 days ago - Pushed at: 16 days ago - Stars: 20 - Forks: 15

PeculiarVentures/2key-ratchet

2key-ratchet is an implementation of a Double Ratchet protocol and X3DH in TypeScript utilizing WebCrypto.

Language: TypeScript - Size: 453 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 117 - Forks: 12

FuelLabs/authn-sign

โœ๏ธ authn-sign - A simplified browser interface for WebAuthn focused on secp256r1 (P-256).

Language: JavaScript - Size: 2.29 MB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 24 - Forks: 5

kalepail/soroban-passkey

Cross platform Stellar smart wallet demo

Language: Svelte - Size: 11.9 MB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 24 - Forks: 3

ryhkml/self-signed-ssl

Create a certificate by using OpenSSL and secure your internal network with TLSv1.3

Language: Shell - Size: 96.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

perusworld/besu-scripts

Besu scripts for generating keys, genesis config with tls, r1 support. Generating docker-compose and kubernetes related network setups

Language: TypeScript - Size: 22.2 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

get-smooth/secp256r1-verify

A solidity library to verify a secp256r1 signature in several ways

Language: Solidity - Size: 1.46 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

Xor-el/CryptoLib4Pascal

Crypto for Modern Object Pascal

Language: Pascal - Size: 2.45 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 218 - Forks: 68

kibnakamoto/ECC

Elliptic Curve Cryptography for public key encryption and ECDSA. Elliptic Cryptography Diffie Hellman Key Exchange with AES algorithms are implmented as well as Sha512

Language: Python - Size: 314 KB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

kzorin52/NBip32Fast

High perfomance, SIMD-accelerated BIP-32 HD key derivation library for .NET 9

Language: C# - Size: 122 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

tdrerup/elliptic-curve-solidity

A pure solidity implementation of elliptic curve math, parameterised for curve secp256r1 / prime256v1 / p256.

Language: JavaScript - Size: 11.7 KB - Last synced at: 11 days ago - Pushed at: about 1 year ago - Stars: 103 - Forks: 21

XuJiandong/ckb-rust-algorithm-benchmarks

This project aims to provide benchmarks for the implementation of cryptography algorithms in Rust on CKB.

Language: Rust - Size: 94.7 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

wildonion/wallexerr

RSA (Asymmetric) Crypto Wallet Implementations using ECC Curves

Language: Rust - Size: 154 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

get-smooth/webauthn

WebAuthn library in Solidity

Language: Solidity - Size: 1.32 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

wildonion/hadead ๐Ÿ“ฆ

๐Ÿšง redis rate limiter using wallexerr crypt contract wallets

Language: Rust - Size: 177 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Hacker-Code-J/Elliptic_Curve_Crypto

High-Performance Implementation for ECC

Language: C - Size: 20.1 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Realiserad/elliptic-curve-cryptography

Study material about elliptic curve cryptography and a toy implementation of the elliptic curve secp256r1.

Language: C# - Size: 85 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kzorin52/NistP256

Rust dylib wrapper to RustCrypto/elliptic-curves [only keypair]

Language: Rust - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

hyugit/EllipticCurve

An elliptic curve library written in Swift 4

Language: Swift - Size: 94.7 KB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 22 - Forks: 4

DavidBuchanan314/ROLL13

an (unfinished) TLSv1.3 client in pure python, hand-rolled from first principles.

Language: Python - Size: 42 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

NeoResearch/libcrypton

libcrypton: a cryptography library on C++ for Neo blockchain ecosystem

Language: C++ - Size: 5.63 MB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 1

maxrobot/elliptic-solidity

contains some tests to recover and signatures of different ECs using solidity

Language: JavaScript - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

NeuroXiq/arctium-tests

arctium-tests

Language: C# - Size: 21.6 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pedroalbanese/ecdsa-1

Minimalistic Secp256r1 ECDSA/ECDH Tool written in Go

Language: Go - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NeoResearch/neopt-sdk-js

Neo3 SDK in JS

Language: Makefile - Size: 581 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0