MCPcopy Create free account
hub / github.com/ElementsProject/elements / Load

Function Load

src/crypto/sha256_x86_shani.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TransformFunction · 0.85
Transform_2wayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected