blob: a57e7c42fb47529c6ef728d87ac14a6f3a145e45 [file] [log] [blame]
taymonf6a87a32020-08-07 00:16:40 -07001/**
2 * @license
3 * Copyright 2020 Google LLC
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
taymond9c7ede2020-06-02 21:37:56 -07007export {AesGcm, fromRawKey} from '../../subtle/aes_gcm';
OSZAR »