reddit.com
Subsites
Posts
Have you researched the Pixelating cat?
$Pixcat is probably one of the BEST & MOST UNDERVALUED TOKENS. CTO ✅ UTILITY ✅ STRONG FLOOR✅ ORGANIC X GROWTH ✅ GAME ✅ NFTs ✅ What else is missing? They are accumulating funds in MW from community to list on CG, CMC, & EXCHANGES. DYOR
LBR - Lybra Finance - Next BTC Like??
What if everyone on reddit bought this token for $10 ? Lybra Finance is a decentralized finance (DeFi) protocol designed to introduce stability and passive income opportunities in the crypto world. Its primary offering is the eUSD stablecoin, an interest-bearing asset backed by Ethereum (ETH) and Liquid Staking Derivatives (LSDs) …
FN-DSA (Falcon) implemented in Rust (by Thomas Pornin)
Webapp Encryption at Rest
im working on a javascript UI framework for personal projects and im trying to create something like a React-hook that handles "encrypted at rest". the react-hook is described in more detail [here](https://positive-intentions.com/blog/async-state-management). id like to extend its functionality to have encrypted persistant data. my approach is the following and it …
Reminder: FHE.org (Fully Homomorphic Encryption) 2025 cryptography Call for Presentations submission deadline is in 2 weeks!
The deadline to submit your presentation for FHE.org 2025 is fast approaching—less than two weeks left — November 23, 2024 (23:58 AoE)! Don’t miss your chance to share your work with the FHE community in Sofia on March 25th, 2025. We welcome a wide range of submissions, including work presented …
Suffragium: An Encrypted Onchain Voting System Leveraging ZK and FHE
Join us this next Thursday, Nov 14th at 1PM CEST for a new FHE.org meetup with Fabrianne Effendi, an AWS Associate Solutions Architect and recent graduate of Nanyang Technological University Singapore, presenting "Privacy-Preserving Graph ML with FHE for Collaborative Anti-Money Laundering".
How to apply Pohlig Hellman using a very limited set of auxiliary inputs in that case ?
So I was reading about [this paper](https://eprint.iacr.org/2024/1321). The underlying idea is to lift the discrete logarithm problem to *prime−1* for prime curves or *order−1* for binary curves since most elliptic curves only have small factors in that case. But [their baby‑step giant‑step variant seems to only work when the private …
Ml-Kem encapsulate non-random bytes?
I am not a cryptographer, but I am trying to use cryptographic libraries and would like to do it safely. Unfortunately, for my use case it seems to require using them in a non-standard way. The APIs don't seem to fit my use case straight-forward. I was curious if it …