Skip to content

Commit

Permalink
cite your sources
Browse files Browse the repository at this point in the history
  • Loading branch information
elantiguamsft committed Oct 25, 2023
1 parent 2b87002 commit 2831490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CoseSign1/DetachedSignatureFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ private object CreateDetachedSignatureWithChecksInternal(

/// <summary>
/// quick lookup of algorithm name based on size of raw hash in bytes
/// References: https://csrc.nist.gov/projects/hash-functions, https://en.wikipedia.org/wiki/Secure_Hash_Algorithms
/// </summary>
private static readonly ConcurrentDictionary<int, HashAlgorithmName> SizeInBytesToAlgorithm = new(
new Dictionary<int, HashAlgorithmName>()
Expand Down

0 comments on commit 2831490

Please sign in to comment.