Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored Jun 6, 2024
1 parent 764f4ac commit 70aa1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { curve } from 'libsignal'
import { randomBytes, randomUUID } from 'crypto'
import { KeyPair, valueReplacer, valueReviver, AppDataSync, Fingerprint, Bits } from '../Types'
import { KeyPair, valueReplacer, valueReviver, AppDataSync, Fingerprint } from '../Types'

const generateKeyPair = () => {
const { pubKey, privKey } = curve.generateKeyPair()
Expand Down

0 comments on commit 70aa1a2

Please sign in to comment.