MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / finish

Method finish

crypto/crypto_core_gdre_contexts.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void AESContextGDRE::finish() {
109 mode = MODE_MAX;
110 iv.resize(0);
111}
112
113void AESContextGDRE::_bind_methods() {
114 ClassDB::bind_method(D_METHOD("start", "mode", "key", "iv"), &AESContextGDRE::start, DEFVAL(PackedByteArray()));

Callers 2

get_sha256_for_dirFunction · 0.80
test_case_endMethod · 0.80

Calls 1

resizeMethod · 0.45

Tested by 1

test_case_endMethod · 0.64