Bitcoin Forum
May 12, 2024, 12:34:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: SHA256 1 round equivance  (Read 381 times)
Balthazar2012 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 22, 2013, 07:04:21 PM
 #1

My question is the following:

I have calculated the average number of operations in 1 round of SHA256 as follows:

Additions: 9.25
Bitwise Rotations: 9
Bitwise Shifts: 1.5
Bitwise AND: 5
Bitwise EXOR: 10

I have certain proposals that save the following number of operations in the SHA256 algorithm for Bitcoin mining:

Additions: 24
Bitwise Rotations: 12
Bitwise Shifts: 6
Bitwise AND: 0
Bitwise EXOR: 12

My question is, How can I represent the above in terms of a SHA256 round?

Do I just consider the additions? So that the saved operations above are equivalent to 24/9.25 = 2.5946 SHA256 rounds?

Any help is greatly appreciated.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!