Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spuckwaffel/Kernel-Thread-Driver
/ encrypt
Method
encrypt
Driver/skCrypter.h:81–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
__forceinline T* encrypt()
82
{
83
if (!isEncrypted())
84
crypt(_storage);
85
86
return _storage;
87
}
88
89
__forceinline T* decrypt()
90
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected