mirror of
https://github.com/bitwarden/mobile
synced 2026-02-28 02:13:27 +00:00
start writing crypto service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum CryptoHashAlgorithm
|
||||
public enum CryptoHashAlgorithm : byte
|
||||
{
|
||||
Sha1 = 0,
|
||||
Sha256 = 1,
|
||||
|
||||
Reference in New Issue
Block a user