Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ CBCEncryption
Method
CBCEncryption
libi2pd/Crypto.cpp:592–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
591
592
CBCEncryption::CBCEncryption ()
593
{
594
m_Ctx = EVP_CIPHER_CTX_new ();
595
}
596
597
CBCEncryption::~CBCEncryption ()
598
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected