Skip to content
Open navbar menu
Sign UpLog In
Profile icon

haltosan

@haltosan
  • lagrangian interpolation

    Cover page
    Made with Python

    given points for a line, find equation of the line

    Recent comments (0)
  • rsa

    Cover page
    Made with Python
    Recent comments (0)
  • sss

    Cover page
    Made with Python

    Shamir's secret sharing over a finite field

    Recent comments (0)
  • Matrix calulator

    Cover page
    Made with Python

    Solves systems

    Recent comments (0)
  • Diffie-Hellman

    Cover page
    Made with Python

    A clear explanation how diffie-hellman is done with small numbers

    Recent comments (0)
Repls
Community
haltosan
haltosan
shared a Post
5 years ago
Matrix Calulator
https://repl.it/@haltosan/Matrix-calulator Can solve systems of equations using matrices
haltosan
haltosan
shared a Post
5 years ago
This uses private and public keys to send encrypted messages. Key generator: https://repl.it/@haltosan/key-generator Encryption: https://repl.it/@halt