Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Decrypt
Method
Decrypt
src/crypto/aes.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void AES256Decrypt::Decrypt(unsigned char plaintext[16], const unsigned char ciphertext[16]) const
39
{
40
AES256_decrypt(&ctx, 1, plaintext, ciphertext);
41
}
42
43
44
template <typename T>
Callers
5
CBCDecrypt
Function · 0.45
TestAES256
Function · 0.45
TestAES256CBC
Function · 0.45
FUZZ_TARGET
Function · 0.45
FUZZ_TARGET
Function · 0.45
Calls
2
AES256_decrypt
Function · 0.85
CBCDecrypt
Function · 0.85
Tested by
4
TestAES256
Function · 0.36
TestAES256CBC
Function · 0.36
FUZZ_TARGET
Function · 0.36
FUZZ_TARGET
Function · 0.36