INNER CODE UNIT · Python
setup_modifications
KnifeXRage/Godot-Secure · Godot Secure Scripts/universal/Godot Secure AES-256 Universal v6.py:365
def setup_modifications():
global MODIFICATION_VALUES_DB, MODIFICATIONS
# Modification Values Database
MODIFICATION_VALUES_DB = {
# Shared Values:
"BLANK_LINE": "",
"OPEN_BRACE": "{",
"CLOSE_BRACE": "}",
"AES_CONTEXT": "CryptoCore::AESContext ctx;",
"TOKEN_COMMENT": " // Apply security token to key",
"TOKEN_VECTOR": " Vector<uint8_t> token_key;",
"TOKEN_RESIZE": " token_key.resize(32);",