mol_crypto_lib 0.1.1515 → 0.1.1516
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -29,7 +29,7 @@ const opened = await secret.decrypt( closed, salt ) // 3 B
|
|
29
29
|
|
30
30
|
```typescript
|
31
31
|
// Returns authenticated secret key using WebAuthn
|
32
|
-
const Alice = await
|
32
|
+
const Alice = await $.$mol_crypto_sacred_id() // 16 B
|
33
33
|
```
|
34
34
|
|
35
35
|
# Usage from NPM
|
@@ -41,5 +41,5 @@ npm install mol_crypto_lib
|
|
41
41
|
[](https://bundlephobia.com/package/mol_crypto_lib)
|
42
42
|
|
43
43
|
```javascript
|
44
|
-
|
44
|
+
export { $mol_crypto_salt, default as $ } from "mol_crypto_lib"
|
45
45
|
```
|