class Integer
@abstract Use for hardened index
@return the self plus 2^31
Public Instance Methods
h()
click to toggle source
# File lib/hdet-ec-key.rb, line 9 def h 2**31 + self end
@abstract Use for hardened index
@return the self plus 2^31
# File lib/hdet-ec-key.rb, line 9 def h 2**31 + self end