MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Load

Function Load

src/crypto/sha256_shani.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69__m128i inline __attribute__((always_inline)) Load(const unsigned char* in)
70{
71 return _mm_shuffle_epi8(_mm_loadu_si128((const __m128i*)in), MASK);
72}
73
74void inline __attribute__((always_inline)) Save(unsigned char* out, __m128i s)
75{

Callers 2

TransformFunction · 0.85
Transform_2wayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected