Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt

+6 -1
+6 -1
crypto/secp256k1/operations.ts
··· 3 3 import { equals } from "@atp/bytes"; 4 4 import { SECP256K1_DID_PREFIX } from "../const.ts"; 5 5 import type { VerifyOptions } from "../types.ts"; 6 - import { detectSigFormat, extractMultikey, extractPrefixedBytes, hasPrefix } from "../utils.ts"; 6 + import { 7 + detectSigFormat, 8 + extractMultikey, 9 + extractPrefixedBytes, 10 + hasPrefix, 11 + } from "../utils.ts"; 7 12 8 13 export const verifyDidSig = ( 9 14 did: string,