supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit a223953b983a7bbe94f0f3bbb7fbc2330ad80ae0
parent ed8337aa525a90ce20136f97ffa3b57868346b1d
Author: finwo <finwo@pm.me>
Date:   Wed, 11 Sep 2019 15:52:30 +0200

gitignore intermediate file formats

Diffstat:
M.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,5 @@ node_modules/ .tern* package-lock.json +*.o +*.ll