Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SHA256RNDS2 (0.1 sec)

  1. src/crypto/sha256/sha256block_amd64.s

    #define rounds0to11(m,a,c,sha256Msg1)				\
    	VMOVDQU			c*16(dataPtr), msg		\
    	PSHUFB			shufMask, msg			\
    	VMOVDQA			msg, m				\
    	PADDD			(c*32)(sha256Constants), msg	\
    	SHA256RNDS2		msg, state0, state1		\
    	PSHUFD			$0x0e, msg, msg			\
    	SHA256RNDS2		msg, state1, state0		\
    	sha256Msg1		(m,a)
    
    // sha rounds 12 to 59
    // identical with the exception of the final msg op
    // and the reverse copy(m,msg) in round 12 which is required
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 47.3K bytes
    - Viewed (0)
Back to top