1 follower
On a voyage from the Binary shore to Quantum unknown... Been through Web, AI, and QASM.. I wonder what's next?
Aim: To create an iterable blockchain, which could work with an extendable transaction class. Here the link GitHub repo! Blockchain in...
Aim: To create a working RSA code, Using namespace ra::random_prime_engine, Here the link GitHub repo! What is RSA? The Rivest-Shamir-Adleman (RSA) is...
What is RSA? The Rivest-Shamir-Adleman (RSA) is an asymmetric encryption algorithm. Asymmetric Encryption is when a box(data) can be locked by one key...
Aim: To create a random number engine that generates prime number on the go! Here the link GitHub repo Plan of Attack: Since finding prime number in...
I was looking for catchy domain names, And I came across emoji domains like 📙.ws or i❤️.ws Well, I knew what my task of day is going to be. Below is...
A different implementation of constant for python I couldn't find a good implementation of constants, so created my own! Let's get started! Do...