ServerKey Module

Utilities to ensure server keys are well-formed

Functions and values

Function or value Description

fromBase64

Full Usage: fromBase64

Returns: string -> ServerKey

Create a key from a base-64 encoded string

Returns: string -> ServerKey

validate arg1

Full Usage: validate arg1

Parameters:
Returns: ServerKey

Ensure that a server key is the proper length

arg0 : ServerKey
Returns: ServerKey