8000 GitHub - tinycrypto/algebra
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tinycrypto/algebra

Repository files navigation

tinycrypto/algebra CI

A tinygrad based algebra implementation of algebra. Influenced by arkworks-rs/algebra.

Directory structure

  • ff: Generic abstractions for, and implementations of various kinds of finite fields
      • Mersenne31
        • basic
        • extension
      • BabyBear
        • basic
        • extension
  • ec: Generic abstractions for prime-order groups, and implementations of various kinds of (pairing-friendly and standard) elliptic curves
  • poly: Interfaces for univariate, multivariate, and multilinear polynomials, and FFTs over finite fields
      • univariate
      • multivariate
  • linalg: Interfaces for linear algebra operations, and implementations of various kinds of linear algebra operations
      • matrix inverse
      • LU decomposition

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0