Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arianvp/elixir-isaac
https://github.com/arianvp/elixir-isaac
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arianvp/elixir-isaac
- Owner: arianvp
- License: unlicense
- Created: 2015-04-04T13:32:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T12:38:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T00:42:17.518Z (3 months ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Isaac is an elixir module for ISAAC: a fast cryptographic random number generator. (Algorithms and Data structures)
- fucking-awesome-elixir - isaac - Isaac is an elixir module for ISAAC: a fast cryptographic random number generator. (Algorithms and Data structures)
- awesome-elixir - isaac - Isaac is an elixir module for ISAAC: a fast cryptographic random number generator. (Algorithms and Data structures)
README
Isaac
=====Isaac is an elixir module for [ISAAC: a fast cryptographic random number generator](http://burtleburtle.net/bob/rand/isaacafa.html)
It wraps around [arianvp/ISAAC](https://github.com/arianvp/ISAAC) which is a port of the ISAAC stream cipher to platforms which have words bigger than 32 bits.