Skip to content

Commit

Permalink
Adding some work in progress attestation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aseigler committed Feb 25, 2020
1 parent f397ece commit 4cf3fab
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 69 deletions.
3 changes: 2 additions & 1 deletion Src/Fido2/CryptoUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public static HashAlgorithm GetHasher(HashAlgorithmName hashName)
{4, HashAlgorithmName.SHA1 },
{11, HashAlgorithmName.SHA256 },
{12, HashAlgorithmName.SHA384 },
{13, HashAlgorithmName.SHA512 }
{13, HashAlgorithmName.SHA512 },
{(int) COSE.Algorithm.EdDSA, HashAlgorithmName.SHA512 }
};

public static byte[] GetEcDsaSigValue(BinaryReader reader)
Expand Down
Loading

0 comments on commit 4cf3fab

Please sign in to comment.