Skip to content

Instantly share code, notes, and snippets.

@ihilt
ihilt / chacha.hpp
Last active June 25, 2021 12:36 — forked from imneme/chacha.hpp
C++11 ChaCha implementation.
#ifndef CHACHA_HPP_INCLUDED
#define CHACHA_HPP_INCLUDED 1
/*
* A C++ version of ChaCha PRNG (*modified* from Orson Peters original code)
*
* Changes Copyright (c) 2017-18 Melissa E. O'Neill, licence as below.
*
* Changes compared to original 2015 version:
* - Some formatting fixes
@ihilt
ihilt / chart.png
Last active August 29, 2015 14:03 — forked from evanw/chart.png
chart.png