1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-11 19:37:30 +03:00

pksign was moved to olmlib

This commit is contained in:
Hubert Chathi
2019-07-03 16:00:44 -04:00
parent 46a8486245
commit 6cd09c6af2
3 changed files with 0 additions and 46 deletions

View File

@@ -52,7 +52,6 @@ import { isCryptoAvailable } from './crypto';
import { encodeRecoveryKey, decodeRecoveryKey } from './crypto/recoverykey';
import { keyForNewBackup, keyForExistingBackup } from './crypto/backup_password';
import { randomString } from './randomstring';
import { pkSign } from './crypto/PkSigning';
import IndexedDBCryptoStore from './crypto/store/indexeddb-crypto-store';