mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Update all Uint8Array/Buffer to use ArrayBuffer
Co-authored-by: Jordan Rose <jrose@signal.org>
This commit is contained in:
@@ -40,7 +40,7 @@ export default class ClientZkProfileOperations {
|
||||
}
|
||||
|
||||
createProfileKeyCredentialRequestContextWithRandom(
|
||||
random: Uint8Array,
|
||||
random: Uint8Array<ArrayBuffer>,
|
||||
userId: Aci,
|
||||
profileKey: ProfileKey
|
||||
): ProfileKeyCredentialRequestContext {
|
||||
@@ -83,7 +83,7 @@ export default class ClientZkProfileOperations {
|
||||
}
|
||||
|
||||
createExpiringProfileKeyCredentialPresentationWithRandom(
|
||||
random: Uint8Array,
|
||||
random: Uint8Array<ArrayBuffer>,
|
||||
groupSecretParams: GroupSecretParams,
|
||||
profileKeyCredential: ExpiringProfileKeyCredential
|
||||
): ProfileKeyCredentialPresentation {
|
||||
|
||||
Reference in New Issue
Block a user