chovy-trans/PspCrypto/Libraries.cs

9 lines
167 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Text;
internal static class Libraries
{
internal const string CryptoNative = "PspCryptoHelper";
}