1
0
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:
Kyle Spearrin
2019-04-03 14:21:54 -04:00
parent 56b8bc1730
commit 2b2342bcad
9 changed files with 453 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
namespace Bit.Core.Enums
{
public enum CryptoHashAlgorithm
public enum CryptoHashAlgorithm : byte
{
Sha1 = 0,
Sha256 = 1,