Viewing profile — shrecshrec
shrecshrec
HN member- Joined
- Wed, Feb 11, 2026, 12:43 PM UTC
- HN karma
- 4
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About shrecshrec
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47311078
i'm working on this two projects: https://github.com/shrec/Exorcist and https://github.com/shrec/UltrafastSecp256k1
- story
-
story
We Built UltrafastSecp256k1 Up to 51% Faster ECC Across x86,ARM64,and RISC-V
Hey HN,We started a project on Feb 11th aiming to build the fastest, most robust secp256k1 library out there, leveraging modern CPU features and low-level assembly. It's called Ult…
-
comment
Comment #47081675
UltrafastSecp256k1 is an open-source C++20 secp256k1 library built for throughput. No dependencies — no Boost, no OpenSSL. Just a conforming C++20 compiler. GPU benchmarks (RTX 506…
- story
-
comment
Comment #47022846
I've built a comprehensive secp256k1 library in C++20 with zero external dependencies. Everything — SHA-256, SHA-512, Keccak-256, RIPEMD-160, Base58, Bech32 — is implemented from s…
- story
-
comment
Comment #46977016
I will be glad to hire any suggestions from everyone abut future improvements and ideas.
- comment
-
comment
Comment #46974271
I implemented a full secp256k1 engine from scratch in C++ and CUDA with zero external dependencies (no GMP, no OpenSSL). The goal was to explore performance limits of: Jacobian mix…
- story