blob: a57e7c42fb47529c6ef728d87ac14a6f3a145e45 [file] [log] [blame]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export {AesGcm, fromRawKey} from '../../subtle/aes_gcm';
OSZAR »