Atmosphere-libs/libvapours/source/crypto/impl
SciresM 926d5a55d6 mem: implement most of StandardAllocator (#860)
This was tested using `https://github.com/node-dot-cpp/alloc-test` plus a few other by-hand tests.

It seems to work for the case we care about (sysmodules without thread cache-ing).

External users are advised to build with assertions on and contact SciresM if you find issues.

This is a lot of code to have gotten right in one go, and it was written mostly after midnight while sick, so there are probably un-noticed issues.
2020-03-30 20:41:21 -07:00
..
crypto_bignum_operations_asm.arch.arm64.s crypto: Implement BigNum/ExpMod 2020-03-02 19:51:06 -08:00
crypto_bignum_operations.cpp crypto: Implement BigNum/ExpMod 2020-03-02 19:51:06 -08:00
crypto_bignum.cpp crypto: Implement BigNum/ExpMod 2020-03-02 19:51:06 -08:00
crypto_sha1_impl.arch.arm64.cpp mem: implement most of StandardAllocator (#860) 2020-03-30 20:41:21 -07:00
crypto_sha256_impl.arch.arm64.cpp crypto: add Sha256Context 2020-03-18 00:15:01 -07:00