fixed formatting

This commit is contained in:
Alessandro Autiero
2023-07-16 20:16:38 +02:00
parent c506182035
commit 110ec2eaf9

View File

@@ -1,8 +1,8 @@
import {createCipheriv, createDecipheriv, createHash, createHmac, pbkdf2Sync, randomBytes} from 'crypto'
import { createCipheriv, createDecipheriv, createHash, createHmac, pbkdf2Sync, randomBytes } from 'crypto'
import HKDF from 'futoin-hkdf'
import * as libsignal from 'libsignal'
import {KEY_BUNDLE_TYPE} from '../Defaults'
import {KeyPair} from '../Types'
import { KEY_BUNDLE_TYPE } from '../Defaults'
import { KeyPair } from '../Types'
/** prefix version byte to the pub keys, required for some curve crypto functions */
export const generateSignalPubKey = (pubKey: Uint8Array | Buffer) => (