Skip to content

Commit

Permalink
Update dotnet/roslyn issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub authored Nov 9, 2020
1 parent 22fa0b1 commit f8d88a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal partial class BCrypt
internal static unsafe extern NTSTATUS BCryptHash(nuint hAlgorithm, byte* pbSecret, int cbSecret, byte* pbInput, int cbInput, byte* pbOutput, int cbOutput);

// Pseudo-handles, as defined in bcrypt.h
// TODO: This really should be backed by 'nuint' (see https://github.com/dotnet/roslyn/issues/44651)
// TODO: This really should be backed by 'nuint' (see https://github.com/dotnet/roslyn/issues/44110)
public enum BCryptAlgPseudoHandle : uint
{
BCRYPT_MD5_ALG_HANDLE = 0x00000021,
Expand Down

0 comments on commit f8d88a4

Please sign in to comment.