Ross ROSS = Recommend OSS · open-source software intelligence for agents

tuneinsight/lattigo

A library for lattice-based multiparty homomorphic encryption in Go observed · 2026-08-28

github.com/tuneinsight/lattigo · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

72/100

  • Activity 87
  • Release rhythm 36
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 237.5
  • age_days: 2578
  • days_rel: 212
  • days_push: 78
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1440 stars · 215 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Lattigo is a pure Go library implementing lattice-based (RLWE) homomorphic encryption schemes such as BFV/BGV and CKKS, along with their multiparty variants. It enables computation on encrypted data in distributed systems and microservices, with WASM support for browser clients.

Use cases

  • perform computations on encrypted data without decrypting it
  • implement secure multiparty computation protocols in Go
  • encrypt numeric data with CKKS for privacy-preserving machine learning inference
  • build privacy-preserving distributed systems and microservices
  • run homomorphic encryption in the browser via WASM
  • generate RLWE keys and ciphertexts for lattice-based cryptography research

When to choose

  • your stack is Go and you need homomorphic encryption
  • you need multiparty (threshold) homomorphic encryption
  • you need cross-platform or WASM builds of HE primitives
  • you want performance comparable to C++ HE libraries without cgo

When to avoid

  • you need a non-Go language binding or C++ ecosystem tooling
  • you need fully homomorphic encryption with bootstrapping beyond the supported schemes
  • you need general-purpose secure computation beyond RLWE-based HE
  • your project requires FHE schemes like TFHE with programmable bootstrapping

Facets

library · maturity active

cryptography security math sdk security privacy developer-tools go cross-platform wasm windows homomorphic-encryption lattice-based-crypto rlwe ckks bfv bgv secure-multi-party-computation pure-go algorithms linux macos

1 source

Member repositories

RepositoryRoleHealth v2
tuneinsight/lattigomain72

For agents

markdown · JSON · MCP: product_card(name="tuneinsight/lattigo")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem