https://github.com/vaultie/teddybear
🧸 JS/TS/Rust library for verifiable credentials and common cryptographic operations
https://github.com/vaultie/teddybear
client-side-encryption cryptography javascript jwe jws jwt rust typescript verifiable-credentials wasm
Last synced: 5 months ago
JSON representation
🧸 JS/TS/Rust library for verifiable credentials and common cryptographic operations
- Host: GitHub
- URL: https://github.com/vaultie/teddybear
- Owner: vaultie
- License: apache-2.0
- Created: 2023-12-17T16:45:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T17:23:39.000Z (6 months ago)
- Last Synced: 2025-05-06T08:59:19.964Z (5 months ago)
- Topics: client-side-encryption, cryptography, javascript, jwe, jws, jwt, rust, typescript, verifiable-credentials, wasm
- Language: Rust
- Homepage:
- Size: 825 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Teddybear

[](https://www.npmjs.com/package/@vaultie/teddybear)
[](https://vaultie.github.io/teddybear/index.html)Verifiable credentials toolkit for JS-based platforms and Rust.
## Features
* Ed25519/X25519 key generation, import/export
* `did:key` DID resolver
* JWE encryption/decryption
* Bitstring-based status lists
* Browser/Node wrapper based on WebAssembly## Installation
```sh
yarn add @vaultie/teddybear
```## Build from source
Ensure that you have Nix installed with flakes support enabled.
```sh
nix build
```## License
You may choose either MIT license or Apache License, Version 2.0.