Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bailey27/cppcryptfs
/ CryptFileReverse
Method
CryptFileReverse
libcppcryptfs/file/cryptfile.cpp:796–799 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
794
}
795
796
CryptFileReverse::CryptFileReverse()
797
{
798
memset(m_block0iv, 0, sizeof(m_block0iv));
799
}
800
801
CryptFileReverse::~CryptFileReverse()
802
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected