Skip to content

Commit

Permalink
Update IcpBlsUtil.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekctek committed Apr 24, 2023
1 parent 892f93a commit 8320db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EdjCase.Cryptography.BLS/IcpBlsUtil.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ byte[] signature
Delegates.PublicKeyDeserialize publicKeyDeserialize;
Delegates.SignatureDeserialize signatureDeserialize;
Delegates.Verify verify;
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
if (false)
{
string libraryName = "libbls384_256.dylib";
IntPtr libraryHandle = NativeInterop.LoadNativeLibrary(libraryName);
Expand Down

0 comments on commit 8320db2

Please sign in to comment.