Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SHA256
Method
SHA256
LibLemon/src/sha.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <string.h>
7
8
SHA256::SHA256(){
9
memcpy(hash, initialHash, SHA256_HASH_SIZE);
10
}
11
12
void SHA256::Transform(const uint8_t* data){
13
uint32_t w[64];
Callers
nothing calls this directly
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected