Skip to content

Instantly share code, notes, and snippets.

View azul's full-sized avatar

azul

  • OpenPGP: BB70 B016 0449 010A 00AF 49E8 7860 85AC 20D3 457D
View GitHub Profile

Secure Remote Password explained for mere mortals

Discrete Logarithm

Most SRP calculations happen in the group of integers modulo a large number N. Basically whenever a number x grow beyond N you use x mod N instead.