Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ 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 AES256Encrypt::Encrypt(unsigned char ciphertext[16], const unsigned char plaintext[16]) const
26
{
27
AES256_encrypt(ctx, 1, ciphertext, plaintext);
28
}
29
30
AES256Decrypt::AES256Decrypt(const unsigned char key[32])
31
{
Callers
13
CBCEncrypt
Function · 0.45
SendPacket
Method · 0.45
TestBIP324PacketVector
Method · 0.45
TestAES256
Method · 0.45
TestAES256CBC
Method · 0.45
TestChaCha20Poly1305
Method · 0.45
TestFSChaCha20Poly1305
Method · 0.45
bip324.cpp
File · 0.45
FUZZ_TARGET
Function · 0.45
FUZZ_TARGET
Function · 0.45
crypt_till_rekey
Function · 0.45
FUZZ_TARGET
Function · 0.45
Calls
2
AES256_encrypt
Function · 0.85
CBCEncrypt
Function · 0.85
Tested by
10
SendPacket
Method · 0.36
TestBIP324PacketVector
Method · 0.36
TestAES256
Method · 0.36
TestAES256CBC
Method · 0.36
TestChaCha20Poly1305
Method · 0.36
TestFSChaCha20Poly1305
Method · 0.36
FUZZ_TARGET
Function · 0.36
FUZZ_TARGET
Function · 0.36
crypt_till_rekey
Function · 0.36
FUZZ_TARGET
Function · 0.36