mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 23:34:10 +02:00
Added MD5 file hashes to Beef
This commit is contained in:
parent
32c09bf94b
commit
61468d818f
33 changed files with 598 additions and 143 deletions
|
@ -4,12 +4,14 @@ using System.IO;
|
|||
using Beefy.utils;
|
||||
using System.Collections.Generic;
|
||||
using System.Security.Cryptography;
|
||||
using IDE.util;
|
||||
|
||||
namespace IDE
|
||||
{
|
||||
[AllowDuplicates]
|
||||
public enum LineEndingKind
|
||||
{
|
||||
Unknown,
|
||||
Lf, // \n
|
||||
CrLf, // \r\n
|
||||
Cr, // \r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue