This commit is contained in:
Jay D Dee
2019-07-18 19:46:57 -04:00
parent 6f49ba09b7
commit a51f59086b
15 changed files with 1048 additions and 31 deletions

View File

@@ -65,13 +65,13 @@ void x16r_hash( void* output, const void* input )
x16r_context_overlay ctx;
void *in = (void*) input;
int size = 80;
/*
if ( s_ntime == UINT32_MAX )
{
const uint8_t* in8 = (uint8_t*) input;
x16_r_s_getAlgoString( &in8[4], hashOrder );
}
*/
for ( int i = 0; i < 16; i++ )
{
const char elem = hashOrder[i];