Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Decrypt
Method
Decrypt
src/crypto/aes.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void AES128Decrypt::Decrypt(unsigned char plaintext[16], const unsigned char ciphertext[16]) const
41
{
42
AES128_decrypt(&ctx, 1, plaintext, ciphertext);
43
}
44
45
AES256Encrypt::AES256Encrypt(const unsigned char key[32])
46
{
Callers
5
CBCDecrypt
Function · 0.45
TestAES128
Function · 0.45
TestAES256
Function · 0.45
TestAES128CBC
Function · 0.45
TestAES256CBC
Function · 0.45
Calls
3
AES128_decrypt
Function · 0.85
AES256_decrypt
Function · 0.85
CBCDecrypt
Function · 0.85
Tested by
4
TestAES128
Function · 0.36
TestAES256
Function · 0.36
TestAES128CBC
Function · 0.36
TestAES256CBC
Function · 0.36