Skip to content

Commit

Permalink
fix(dotnet): fix test compile err
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonboukheir committed Nov 26, 2022
1 parent 544ea19 commit bc33374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Runtime/Algorand.Unity.Crypto.Tests/Ed25519Test.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Text;
using Algorand.Unity.LowLevel;
using NUnit.Framework;
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.Crypto.Signers;
using Unity.Collections;
using static Algorand.Unity.Crypto.Ed25519;

Expand Down

0 comments on commit bc33374

Please sign in to comment.