AuroraRuntime/Include/Aurora/Async
Reece Wilson 8a2947ffc5 [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc)
[*] Refactor bcrypt api: HashPW[Ex] -> HashPassword[Ex]
[+] ByteBuffer::GetOrAllocateLinearWriteable
[+] ByteBuffer::Can[Read/Write](n)
[+] ByteBuffer::GetLinear[Read/Writable]able(n)
[*] Split RNG.cpp into two files
[+] EHashType::eSHA2_48 (_32, _64 was already in place. missed 48/384 bit)
[+] AuCrypto::HMAC and IHMACContext
(AuHashing)
[+] EHashType::eSHA3_28
[+] EHashType::eSHA3_32
[+] EHashType::eSHA3_48
[+] EHashType::eSHA3_64
(AuCrypto)
[+] EHashType::eSHA2_48_384
[+] EHashType::eSHA2_64_512
[+] EHashType::eSHA3_28_224
[+] EHashType::eSHA3_32_256
[+] EHashType::eSHA3_48_384
[+] EHashType::eSHA3_64_512
[*] (IRandomDevice) class -> struct
[*] Bugfix: cast in Promise<SuccessValue_t, ErrorValue_t>::WriteIntoError
[+] Missing AuHashing namespace alias
[*] Time util: pad ms when fraction of a second to 3 digits
2022-09-19 02:34:57 +01:00
..
Legacy Further Linux support 2022-08-02 05:52:57 +01:00
Async.hpp [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
AsyncTypes.hpp [*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO 2022-06-12 01:29:28 +01:00
IAsyncApp.hpp A pretty large patch not worth breaking up into separate commits 2021-11-05 17:34:23 +00:00
IPCPromises.hpp [+] RMD128+BScFwd based HashCash (bcrypt DoS mitigation, acc creation, antibot, etc) 2022-09-19 02:34:57 +01:00
IThreadPool.hpp [?] english 2022-08-21 05:09:41 +01:00
IWorkItem.hpp [*] Lite clean up/Refactor 2022-08-20 07:53:48 +01:00
IWorkItemHandler.hpp 2/3 of the IO update (very early implementation) 2022-06-12 00:01:27 +01:00