class SIRP::Client
def start_authentication
-
(String)- the value of 'A' in hex
def start_authentication @a ||= SecureRandom.hex(256).hex @A = num_to_hex(calc_A(@a, @N, @g)) end
(String)
- the value of 'A' in hex
def start_authentication @a ||= SecureRandom.hex(256).hex @A = num_to_hex(calc_A(@a, @N, @g)) end