Created
August 13, 2015 08:02
-
-
Save jeff-r-koyaltech/3d5e1a4c70ca40a7fd12 to your computer and use it in GitHub Desktop.
How to register curve25519 in a Universal Windows app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Package ...> | |
<!-- ... blah blah blah ... --> | |
<Extensions> | |
<Extension Category="windows.activatableClass.inProcessServer"> | |
<InProcessServer> | |
<Path>curve25519.dll</Path> | |
<ActivatableClass ActivatableClassId="curve25519.Curve25519Native" ThreadingModel="both" /> | |
</InProcessServer> | |
</Extension> | |
</Extensions> | |
</Package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment