Sign in
android
/
platform
/
external
/
tink
/
b596f9571
/
.
/
javascript
/
aead
/
subtle
/
aes_ctr_hmac.ts
blob: c96cbeb2405baac2a9abb8939b198e6b397c4760 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export
{
aesCtrHmacFromRawKeys
as
fromRawKeys
}
from
'../../subtle/encrypt_then_authenticate'
;