Skip to content
View abiswas3's full-sized avatar

Highlights

  • Pro

Block or report abiswas3

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abiswas3/README.md

After almost a 5 year hiatus from writing code, I've dived back into open source development. Below is a list of things I've been working on/completed.

Stuff I'm working on

Snark related

Recently, I've been working closely with Justin Thaler on SNARKs, Jolt in particular

  • Benchmarking Montgomerry Multiplication. See Blog Posts. Links to code in the blog.
  • Speeding up multi scalar multiplication inside of Ark 5.0. Update: This involved bringing in the latest ark5.0 changes, and parellising small integers. The Snarkify code is for single thread optimised and does not work when run in parallel. On reflection, wI still think there's some optimisations that we can leverage here.
  • Speeding up Polynomial Evaluation blog
  • Sumcheck optimisations for Shout when $d > 1$ - PR
  • Optimisations for Small Scalar Multiplications PR
  • Multi-scalar Multiplication -- take 2.
  • BLS-381 integration

Pinned Loading

  1. Montgomery-Benchmarks Montgomery-Benchmarks Public

    Benchmarking the running time of Montgomery multiplication

    Rust 1

  2. arkworks-algebra arkworks-algebra Public

    Forked from a16z/arkworks-algebra

    Libraries for finite field, elliptic curve, and polynomial arithmetic

    Rust

  3. jolt jolt Public

    Forked from a16z/jolt

    The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡

    Rust

  4. VeloBall VeloBall Public

    A polite scraper for Pro-cycling stats. For the TDF velo games enthusiasts

    JavaScript