Skip to content

Instantly share code, notes, and snippets.

@Peter-Bergman
Peter-Bergman / INSTALL.md
Last active April 30, 2023 00:53 — forked from thomasheller/INSTALL.md
Install Arch Linux in VirtualBox VM
@Peter-Bergman
Peter-Bergman / intro_to_elliptic_curve_cryptography.js
Last active November 23, 2024 22:08
Intro to Elliptic Curve Cryptography
// First of all, this is an introduction, not an overview.
// What is cryptography?
// What is an elliptic curve?
// "a smooth projective curve of genus 1 with a distinguished point"
// What is elliptic curve cryptography?
// Also, what is asymmetric cryptography?