pepsipu / xinOS

rewrite of my original operating system, xinOS, with a network driver + multiboot
BSD 2-Clause "Simplified" License
5 stars 1 forks source link

added starting crypto libraries and lcg #3

Closed alvinneocom closed 11 months ago

alvinneocom commented 3 years ago

added xtea encryption and decryption as well as simon encryption. added a libc rand() equivalent. added a readme.md.

future: high level cryptographic libraries and maybe ansi x9.17 prng

alvinneocom commented 3 years ago

image