Skip to content
Snippets Groups Projects
Commit d1a5701e authored by slivova's avatar slivova Committed by Charles Lee
Browse files

Changing newKey/newKeyData to async due to EciesAeadHkdfPrivateKeyManager.

EciesAeadHkdfPrivateKeyManager newKey/newKeyData calls Ecdh.generateKeyPair() which
returns a Promise. Thus these method has to be async.

PiperOrigin-RevId: 208629554
parent d1e68884
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment