https://github.com/dcdunkan/deno_cryptography
Deno port of https://github.com/spalt08/cryptography
https://github.com/dcdunkan/deno_cryptography
Last synced: 10 months ago
JSON representation
Deno port of https://github.com/spalt08/cryptography
- Host: GitHub
- URL: https://github.com/dcdunkan/deno_cryptography
- Owner: dcdunkan
- Created: 2022-07-09T20:44:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T20:47:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T07:13:35.743Z (over 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dryptography
> Deno port of [spalt08/cryptography](https://github.com/spalt08/cryptography).
High-performance cryptographic packages for JavaScript. Optimized for browsers.
```ts
import {/* ... */} from "https://deno.land/x/dryptography/PACKAGE/mod.ts";
```
Documentation: [spalt08/cryptography](https://github.com/spalt08/cryptography)