1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-13 14:53:16 +00:00

move crypto to a util. create sync util

This commit is contained in:
Kyle Spearrin
2017-05-12 12:57:39 -04:00
parent b67918c2cc
commit a46eb796f8
4 changed files with 27 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Bit.Core.Utilities
{
public static class Sync
{
}
}