Live data from Hacker News

Viewing profile — shrecshrec

shrecshrec

HN member
Joined
Wed, Feb 11, 2026, 12:43 PM UTC
HN karma
4
Public activity
12 items

About shrecshrec

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47311078

    i'm working on this two projects: https://github.com/shrec/Exorcist and https://github.com/shrec/UltrafastSecp256k1

  3. story
  4. 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…

  5. 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…

  6. story
  7. 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…

  8. story
  9. comment
    Comment #46977016

    I will be glad to hire any suggestions from everyone abut future improvements and ideas.

  10. comment
  11. 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…

  12. story