https://github.com/JosephABudd/amgine
I'm just learning zig.
https://github.com/JosephABudd/amgine
cypher zig
Last synced: over 1 year ago
JSON representation
I'm just learning zig.
- Host: GitHub
- URL: https://github.com/JosephABudd/amgine
- Owner: JosephABudd
- License: mit
- Created: 2023-07-17T17:06:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T17:50:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T16:50:32.897Z (over 1 year ago)
- Topics: cypher, zig
- Language: Zig
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amgine
## July 26, 2023
This library might be finished.
## July 18, 2023
amgine is a poly numberic substituion cypher. ( Similar to the poly alphabetic substition cyphers children create in grade school for passing secret messages around. )
This project is how I am learning zig and making a zig library. This library is working but I have not tested and used the marshalling.
I got this library to work in a zig application folder's libs/ folder so now I'm trying to use the lib with zigmod and zigmod fetch.
## The Zig Discord Team
[The **Men** and **Women** at the zig discord server](https://discord.gg/zig) have gotten me over most of my mental hurdles with their help. Now I'm thinking the Zig way and I'm really liking Zig.