Skip to content

Commit

Permalink
fix: use Buffer from 'buffer'
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 16, 2024
1 parent f0dae14 commit 8b09641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mechs/ec/public_key.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Buffer } from "buffer";
import { AsnParser, AsnSerializer } from "@peculiar/asn1-schema";
import { IJsonConvertible, JsonParser, JsonSerializer } from "@peculiar/json-schema";
import * as core from "webcrypto-core";
Expand Down

0 comments on commit 8b09641

Please sign in to comment.