blob: 74afbdeef2f3e5a5a0b4e601f548c21d4bf015eb [file] [log] [blame]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import {HybridKeyTemplates} from './hybrid_key_templates';
export const eciesP256HkdfHmacSha256Aes128GcmKeyTemplate =
HybridKeyTemplates.eciesP256HkdfHmacSha256Aes128Gcm;