]> git.codecow.com Git - Monocypher.git/commit
Commit initial AssemblyScript framework and other project files. port-to-ts
authorChris Duncan <chris@codecow.com>
Fri, 20 Feb 2026 06:20:49 +0000 (22:20 -0800)
committerChris Duncan <chris@codecow.com>
Fri, 20 Feb 2026 06:20:49 +0000 (22:20 -0800)
commitd8ea8bfd5473ceb4f1f09ca512e3498f75934184
treea1518a768f6d2fe175fbcbd806675c4bf7f98a67
parentbf092f17cd88ccdba00fa5c92a1565789be376cb
Commit initial AssemblyScript framework and other project files.
19 files changed:
.gitignore
.vscode/settings.json [new file with mode: 0644]
AUTHORS.md
LICENSES/GPL-3.0-or-later.txt [new file with mode: 0644]
asconfig.json [new file with mode: 0644]
asconfig.json.license [new file with mode: 0644]
esbuild.mjs [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package-lock.json.license [new file with mode: 0644]
package.json [new file with mode: 0644]
package.json.license [new file with mode: 0644]
src/monocypher.h [deleted file]
src/monocypher.ts [moved from src/monocypher.c with 100% similarity]
src/optional/monocypher-ed25519.h [deleted file]
src/optional/monocypher-ed25519.ts [moved from src/optional/monocypher-ed25519.c with 100% similarity]
src/tsconfig.json [new file with mode: 0644]
src/tsconfig.json.license [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.json.license [new file with mode: 0644]