forked from cerc-io/plugeth
commit
3914e82f17
@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
// wordSize is the size number of bits in a big.Int Word.
|
||||
const wordSize = 32 << (uint64(^big.Word(0))>>63)
|
||||
const wordSize = 32 << (uint64(^big.Word(0)) >> 63)
|
||||
|
||||
// Exp implement exponentiation by squaring algorithm.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user