• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An implementation of Rijndael (AES) encryption that builds the operations from the ground up with finite fields and matrix operations.

More Repositories

1

zimpl

Simple comptime generic interfaces for Zig
Zig
31
star
2

merge-pgn

A simple tool to merge several chess games stored in pgn files into a single game with all lines included as variations. Useful for creating pgns for opening trainers such as ChessTempo.
Python
29
star
3

slam_js

JavaScript library for Simultaneous Localization And Mapping. Focuses on dense occupancy grid mapping using particle fliters and distributed particle trees.
JavaScript
26
star
4

ztrait

A simple version of Rust style type traits in Zig
Zig
22
star
5

simple_web_game_server

A C++ library for creating authenticated scalable backends for multiplayer web games.
C++
5
star
6

zig_emscripten_threads

A toy example showing Zig threads working in Emscripten
Zig
2
star
7

cs301_fall_2021

Examples for UAF CS301
C
2
star
8

raylib_wasm_rs_example

A simple example showing how to make a Rust Raylib application cross platform with the web using emscripten.
Rust
1
star
9

traffic_sim

A city block with street lights traffic simulation done in webGL.
JavaScript
1
star
10

neural_network_checkers

Teaching neural networks to play checkers.
C++
1
star
11

monocypher-zig

Zig bindings for the Monocypher cryptography library.
Zig
1
star
12

thierd

A basic game server in Zig with encryption and authentication over WebSockets and raw TCP.
Zig
1
star
13

neural_crypto

Project looking at neural network cryptography. Implementation based on this paper: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1590168
C++
1
star
14

server_trait_example

A series of Zig TCP server examples for various generic anytype conventions.
Zig
1
star
15

superscalar_processor

Superscalar 8 bit processor made in logisim and corresponding assembly language to bit code compiler.
Python
1
star