/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

import {HybridKeyTemplates} from './hybrid_key_templates';

export const eciesP256HkdfHmacSha256Aes128CtrHmacSha256KeyTemplate =
    HybridKeyTemplates.eciesP256HkdfHmacSha256Aes128CtrHmacSha256;
