mirror of
https://github.com/bitwarden/mobile
synced 2026-02-27 18:03:48 +00:00
crypto function service
This commit is contained in:
10
src/Core/Enums/CryptoHashAlgorithm.cs
Normal file
10
src/Core/Enums/CryptoHashAlgorithm.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum CryptoHashAlgorithm
|
||||
{
|
||||
Sha1 = 0,
|
||||
Sha256 = 1,
|
||||
Sha512 = 2,
|
||||
Md5 = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user