Started splitting code into more modular forms
This commit is contained in:
@ -3,9 +3,12 @@
|
||||
#include <Domito.MinCrypt.h>
|
||||
|
||||
|
||||
/********************************************************************************
|
||||
* Memory management *
|
||||
********************************************************************************/
|
||||
/* __ __ __ __ _
|
||||
* | \/ |___ _ __ ___ _ _ _ _ | \/ |__ _ _ _ __ _ __ _ ___ _ __ ___ _ _| |_
|
||||
* | |\/| / -_) ' \/ _ \ '_| || | | |\/| / _` | ' \/ _` / _` / -_) ' \/ -_) ' \ _|
|
||||
* |_| |_\___|_|_|_\___/_| \_, | |_| |_\__,_|_||_\__,_\__, \___|_|_|_\___|_||_\__|
|
||||
* |__/ |___/
|
||||
*/
|
||||
|
||||
//
|
||||
// Allocator function the library uses.
|
||||
@ -64,9 +67,12 @@ DomitoSetMemoryFunctions(
|
||||
);
|
||||
|
||||
|
||||
/********************************************************************************
|
||||
* Cryptography *
|
||||
********************************************************************************/
|
||||
/* ___ _ _
|
||||
* / __|_ _ _ _ _ __| |_ ___ __ _ _ _ __ _ _ __| |_ _ _
|
||||
* | (__| '_| || | '_ \ _/ _ \/ _` | '_/ _` | '_ \ ' \ || |
|
||||
* \___|_| \_, | .__/\__\___/\__, |_| \__,_| .__/_||_\_, |
|
||||
* |__/|_| |___/ |_| |__/
|
||||
*/
|
||||
|
||||
//
|
||||
// This structure encapsulates a signature used in verifying executable files.
|
||||
|
Reference in New Issue
Block a user