ShareX/ShareX.HelpersLib/Cryptographic
Michael Ryan 46c8c4b778 Fixed the following compiler errors and warning.
* QuickTaskInfoEditForm.cs(57, 124): [CS8107] Feature 'enum generic type constraints' is not available in C# 7.0. Please use language version 7.3 or greater.

* VideoConverterForm.cs(177, 25): [CS0121] The call is ambiguous between the following methods or properties: 'Task.Run<TResult>(Func<TResult>)' and 'Task.Run(Func<Task>)'

* HashCheck.cs(65, 55): [CS0168] The variable 'e' is declared but never used
2020-09-14 12:22:56 -07:00
..
Crc32.cs Update year 2020-02-05 10:19:48 +03:00
DPAPI.cs Added DPAPI class 2020-05-29 19:11:27 +03:00
HashCheck.cs Fixed the following compiler errors and warning. 2020-09-14 12:22:56 -07:00
Translator.cs Replace System.Remoting by named pipe, remove RIPEMD-160 support 2020-04-21 19:03:18 -04:00
TranslatorHelper.cs Update year 2020-02-05 10:19:48 +03:00