jacksonjost / README.md

Jackson Jost


I'm currently a graduate student in Applied Mathematics at Johns Hopkins University. My undergraduate degree was in Applied Mathematics and Neuroscience from Syracuse University.

I have a variety of interests, generally categorized into statistics, imaging science/signal processing, and cybersecurity/cryptography.

Feel free to check out my blog for a look at some ramblings, CTF writeups, and other unpolished discussions!

Jackson Jost
Project Euler Profile

Projects & Tools

Project 1 Thumbnail

EasySECp256k1

This project implements an elliptic curve field that closely resembles the secp256k1 Koblitz curve, known for its use in Bitcoin. It includes essential functionalities to operate over elliptic curve groups, such as point addition and multiplication, and offers visualization of the curve/field using Matplotlib.

Python