Skip to content
View txaty's full-sized avatar
🏠
Working from home
🏠
Working from home
  • APAC
  • 04:46 (UTC +08:00)

Organizations

@ttvs-blockchain @auti-project @notus-project

Block or report txaty

Report abuse

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

Report abuse
txaty/README.md
pi

Tommy TIAN

My previous GitHub ID: tommytim0515

Medium Reddit Email

Pinned Loading

  1. ark-segmentlookup ark-segmentlookup Public

    The Segment Lookup protocol from paper: Sublonk: Sublinear Prover PlonK.

    Rust 2 1

  2. go-merkletree go-merkletree Public

    Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.

    Go 124 17

  3. Smart-Fridge Smart-Fridge Public

    Smart IoT Refrigerator.

    C 1

  4. go-bigcomplex go-bigcomplex Public

    Golang big complex number library, currently supporting big Gaussian integer and big Hurwitz integer.

    Go 7

  5. lfs lfs Public

    Blazingly fast Lagrange Four Square Sum Solver.

    Go

  6. My favorite programming quotes My favorite programming quotes
    1
    1. Don't communicate by sharing memory; share memory by communicating.
    2
    2. Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.
    3
    3. Move fast and break things.
    4
    4. We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.
    5
    5. The most important thing in a programming language is the name. A language will not succeed without a good name. I have recently invented a very good name, and now I am looking for a suitable language.