Skip to content

Instantly share code, notes, and snippets.

@jeff-r-koyaltech
Created August 13, 2015 08:02
Show Gist options
  • Save jeff-r-koyaltech/3d5e1a4c70ca40a7fd12 to your computer and use it in GitHub Desktop.
Save jeff-r-koyaltech/3d5e1a4c70ca40a7fd12 to your computer and use it in GitHub Desktop.
How to register curve25519 in a Universal Windows app
<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