-
## How to reproduce
Given the following files:
```js
// package.json
{
"type": "module"
}
```
```scala
// build.sbt
enablePlugins(ScalaJSPlugin)
scalaVersion := "3.1.3"
library…
-
We should be able to resolve p2p schemes from our browsers address bar. dweb links should work. We should be able to host websites on IPFS and browse them via their root hash. Same for Dat addresses.
…
-
Hi there,
Firstly, thank you for taking the time to creating this library! It really does make a lot of headaches go away :)
I have a question about using it in conjunction with IndexedDB (testi…
sgryt updated
6 years ago
-
`pbkdf2` is getting rather old. While it's still acceptable, society as a whole has put quite a lot of work into fast hardware for computing SHA-256 in the past decade. For this reason it is no longer…
-
Looks like this is no longer present in v2? Looked through most of the source and couldn't find a replacement. Is RSA key generation no longer supported?
-
After upgrading to Deno v1.13.0 released today this library, specifically RSA can no longer be imported due to a typescript error.
in deno interpreter
```
> deno --version
1.13
> deno
> impo…
-
Currently fails on React Native (since that environment has neither node's crypto nor the browser's `crypto.subtle.`.
Instead, convert to use `isomorphic-webcrypto` lib, which also has React Native…
-
**Description**
I need to use a minimal subset of Sigstore function, only for validation, inside a browser extension. While there are polyfills and stuff like browserify, I did not have much success …
-
Refs: https://github.com/wintercg/runtime-keys/issues/5
Refs: https://github.com/wintercg/runtime-keys/issues/18
One can easily believe that the following exports condition examples mean "everything …
-
I [asked on Twitter](https://twitter.com/FKutsche/status/1376909005709316099) if there was a way to use userbase in React Native. After some time of playing around, however, I still haven't managed to…