/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

 /**
  * Class for key storage constants
  */
export default class KeyStoreConstants {
  /**
   * Master seed, basis for all key generation
   */
  public static masterSeed = 'masterSeed';
}
