add fast insert-into-sorted-list utils.

This commit is contained in:
fiatjaf
2023-01-28 18:07:02 -03:00
parent 7f1bd4f4a8
commit 312b6fd035
4 changed files with 282 additions and 3 deletions

View File

@@ -3,14 +3,15 @@ export * from './relay'
export * from './event'
export * from './filter'
export * as fj from './fakejson'
export * as nip04 from './nip04'
export * as nip05 from './nip05'
export * as nip06 from './nip06'
export * as nip19 from './nip19'
export * as nip26 from './nip26'
export * as fj from './fakejson'
export * as utils from './utils'
// monkey patch secp256k1
import * as secp256k1 from '@noble/secp256k1'
import {hmac} from '@noble/hashes/hmac'