Skip to content

Commit

Permalink
chore: removed old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Apr 29, 2024
1 parent f142bd5 commit a3e90f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/oid4vci-holder/src/agent/OID4VCIHolderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ export const signJWT = async (args: SignJwtArgs): Promise<string> => {
}

export const getSigner = async (args: GetSignerArgs): Promise<Signer> => {
// TODO
const { identifier, context } = args
// TODO currently we assume an identifier only has one key
const key = identifier.keys[0]
Expand Down Expand Up @@ -540,7 +539,6 @@ export const signatureAlgorithmFromKeyType = (args: SignatureAlgorithmFromKeyTyp

// TODO improve this conversion for jwt and jsonld, not a fan of current structure
export const keyTypeFromCryptographicSuite = (args: KeyTypeFromCryptographicSuiteArgs): TKeyType => {
// TODO async?
const { suite } = args
switch (suite) {
case 'EdDSA':
Expand Down

0 comments on commit a3e90f8

Please sign in to comment.