Skip to content

Commit

Permalink
remove: unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
borislav-itskov committed Oct 15, 2024
1 parent 356c1a9 commit 5b64c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unsafe-schnorrkel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Key } from './types'

import { _generateL, _aCoefficient, _generatePublicNonces, _multiSigSign, _hashPrivateKey, _sumSigs, _verify, _generatePk, _sign } from './core'
import { _generateL, _aCoefficient, _multiSigSign, _hashPrivateKey, _sumSigs, _verify, _sign } from './core'
import Schnorrkel from './schnorrkel'

class UnsafeSchnorrkel extends Schnorrkel {
Expand Down

0 comments on commit 5b64c78

Please sign in to comment.