Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)