This commit is contained in:
Nikola Kubiczek 2023-05-30 00:29:04 +00:00
parent c79269616f
commit d0bbe7956a
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -190,7 +190,7 @@ export default function Home() {
<span className='font-semibold'>{day}.{month}.{year}</span> <span className='font-semibold'>{day}.{month}.{year}</span>
<span>Apply MD5:</span> <span>Apply MD5:</span>
<span className='font-semibold'>{hash.toString()}</span> <span className='font-semibold'>{hash.toString()}</span>
<span className='max-w-xs text-center'>Finally, separate this hash into 4 uint32 words, divide them by 2^32 and you're good to go :{')'}</span> <span className='max-w-xs text-center'>Finally, separate this hash into 4 uint32 words, divide them by 2^32 and you&apos;re good to go :{')'}</span>
</div> </div>
</motion.div> </motion.div>