2024
Building cryptographic algorithms in Turing machines.ISSN 2066-3250
In this paper, we propose to
build Turing machines that simulate two simple cryptographic algorithms. Using a basic substitution cipher translated into a Turing machine, we build a more complicated monoalphabetic cipher, the Vigenère cipher, into a single-tape Turing machine.
2023
High precision data types for zoom applications.ISSN 2066-3250
In this paper, we propose to build a data type that supports a theoretical infinite amount of precision after the fractional dot. We use this data type in a
Mandelbrot Fractal Visualizer App to be able to zoom into a small square of 10^(-82) size and beyond to find weird looking patterns.