#modulararithmetic — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #modulararithmetic, aggregated by home.social.
-
🔒🧠 "Understanding" ECDSA: Because nothing screams 'security' like a tangled mess of modular arithmetic and a cameo from Fibonacci. Who knew deciphering digital signatures required a PhD in cryptic-ology? 😂🔍
https://avidthinker.github.io/2025/11/28/understanding-ecdsa/ #ECDSA #Understanding #Cryptography #DigitalSignatures #ModularArithmetic #HackerNews #ngated -
Terrible accident in Rome.
2 police patrol cars engaged in different crime operations, both driving at full speed and with their sirens blaring, crashed at an intersection.Probably each driver just heard their own siren but not the other's.
So, 2 overlapping concurrent alerts summed up to none.🤔
(It seems there could be a more general law to explain above event, but I'm not very sure what it is)
-
New video on solving an RPG puzzle with #JuliaLang
https://youtu.be/L4QgBuiMmUk -
CW: Rosetta Code
Lo and behold, now #OwlLisp (a dialect of #Scheme without anything mutable in it):
https://rosettacode.org/wiki/Modular_arithmetic#Owl_Lisp
#RosettaCode #ModularArithmetic #FunctionalProgramming #Lisp
-
CW: Rosetta Code
I have added #ATS to the languages for which there is a solution to the #RosettaCode #ModularArithmetic task:
Modular arithmetic - Rosetta Code https://rosettacode.org/wiki/Modular_arithmetic#ATS
This task was practically tailor-made for #Ada. :) But ATS lets us easily extend the language to handle modular numbers.
#ATSlang #FunctionalProgramming #Proofs
Update: After reading the task language again, I added some more commentary, to point out what I see as a flaw in the task.
-
How to decrypt c when e is not co-prime with phi(n) and e is non-prime
https://crypto.stackexchange.com/questions/103830/how-to-decrypt-c-when-e-is-not-co-prime-with-phin-and-e-is-non-prime
#modulararithmetic #publickey #rsa -
Must RSA exponent and modulus be odd
https://crypto.stackexchange.com/questions/103516/must-rsa-exponent-and-modulus-be-odd
#modulararithmetic #rsa