Class: BLS::Fr
Overview
Finite field over r.
Constant Summary collapse
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Fr
constructor
A new instance of Fr.
Methods included from Field
#==, #add, #div, #invert, #multiply, #negate, #pow, #square, #subtract, #to_s, #zero?
Constructor Details
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
107 108 109 |
# File 'lib/bls/field.rb', line 107 def value @value end |