Hacker News new | ask | show | jobs
by scolby33 2304 days ago
What is the MAC-like construction for an OTP cipher?
1 comments

One-time MACs... The most widely used constructions are based on polynomials: GHASH (from GCM) and Poly1305.