Atmosphere/libraries/libvapours/source/crypto
SciresM 87ec045a98
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-29 14:43:16 -07:00
..
impl mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
crypto_memory_clear.cpp crypto: Implement BigNum/ExpMod 2020-02-23 06:51:32 -08:00
crypto_memory_compare.arch.arm64.cpp crypto: Implement BigNum/ExpMod 2020-02-23 06:51:32 -08:00
crypto_sha1_generator.cpp mem: implement most of StandardAllocator (#860) 2020-03-29 14:43:16 -07:00
crypto_sha256_generator.cpp crypto: implement RSA-2048-PSS 2020-02-23 17:34:30 -08:00