class SIRP::Client

def start_authentication

Returns:
  • (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