Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyscott18/cryptoscript
TypeScript type-level cryptography
https://github.com/kyscott18/cryptoscript
Last synced: about 1 month ago
JSON representation
TypeScript type-level cryptography
- Host: GitHub
- URL: https://github.com/kyscott18/cryptoscript
- Owner: kyscott18
- Created: 2023-09-14T00:07:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T16:34:43.000Z (5 months ago)
- Last Synced: 2024-08-10T17:48:24.423Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 299 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptoscript
TypeScript type-level cryptography
![carbon](https://github.com/kyscott18/cryptoscript/assets/43524469/f018725a-bafc-4e69-bef0-81ef4e0bfbe8)
## API
- [x] ```Keccak256```
```
- [ ] ```Checksum## Acknowledgements
- [Hotscript](https://github.com/gvergnaud/hotscript/tree/main)
- [Mipher](https://github.com/mpaland/mipher)
- [Noble](https://github.com/paulmillr/noble-hashes)