jedisct1 / wasm-crypto

A WebAssembly (via AssemblyScript) set of cryptographic primitives for building authentication and key exchange protocols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import into assemblyscript project

tbrannam opened this issue · comments

I'm working on an assemblyscript port - and was in search of crypto routines - this looks promising, but it seems that it's not possible to import these into a web-assembly project? are these meant only to be called/hosted from a javascript app?

Hi!

I'm a little bit confused here.

That project is written in AssemblyScript, so it can be used in AssemblyScript. Just add the files to your project :)