Receive support for Sender Key
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
e5f9c0db28
commit
e6bab06510
28 changed files with 743 additions and 164 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2019-2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { PrivateKey, PublicKey } from 'libsignal-client';
|
||||
import { PrivateKey, PublicKey } from '@signalapp/signal-client';
|
||||
|
||||
export function keyPair(): Record<string, Buffer> {
|
||||
const privKey = PrivateKey.generate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue