Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 13, 2023
1 parent 8e6243f commit b31ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x509-post-quantum/src/composite_keys.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OneAsymmetricKey } from "@peculiar/asn1-rfc8226";
import { OneAsymmetricKey } from "@peculiar/asn1-asym-key";
import { AsnArray, AsnType, AsnTypeTypes, BitString, OctetString } from "@peculiar/asn1-schema";
import { AlgorithmIdentifier, SubjectPublicKeyInfo } from "@peculiar/asn1-x509";

Expand Down

0 comments on commit b31ae20

Please sign in to comment.