Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Encrypt
Method
Encrypt
src/crypto/aes.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void AES128Encrypt::Encrypt(unsigned char ciphertext[16], const unsigned char plaintext[16]) const
26
{
27
AES128_encrypt(&ctx, 1, ciphertext, plaintext);
28
}
29
30
AES128Decrypt::AES128Decrypt(const unsigned char key[16])
31
{
Callers
5
CBCEncrypt
Function · 0.45
TestAES128
Function · 0.45
TestAES256
Function · 0.45
TestAES128CBC
Function · 0.45
TestAES256CBC
Function · 0.45
Calls
3
AES128_encrypt
Function · 0.85
AES256_encrypt
Function · 0.85
CBCEncrypt
Function · 0.85
Tested by
4
TestAES128
Function · 0.36
TestAES256
Function · 0.36
TestAES128CBC
Function · 0.36
TestAES256CBC
Function · 0.36