@twin.org/crypto 0.0.1-next.18 → 0.0.1-next.19

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.
@@ -24,15 +24,21 @@ for use in consensus-critical contexts.
24
24
 
25
25
  #### Parameters
26
26
 
27
- **publicKey**: `Uint8Array`
27
+ ##### publicKey
28
+
29
+ `Uint8Array`
28
30
 
29
31
  The public key for the block.
30
32
 
31
- **block**: `Uint8Array`
33
+ ##### block
34
+
35
+ `Uint8Array`
32
36
 
33
37
  The block content to validate.
34
38
 
35
- **sig**: `Uint8Array`
39
+ ##### sig
40
+
41
+ `Uint8Array`
36
42
 
37
43
  The signature to verify.
38
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/crypto",
3
- "version": "0.0.1-next.18",
3
+ "version": "0.0.1-next.19",
4
4
  "description": "Contains helper methods and classes which implement cryptographic functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "@scure/base": "1.1.9",
21
21
  "@scure/bip32": "1.5.0",
22
22
  "@scure/bip39": "1.4.0",
23
- "@twin.org/core": "0.0.1-next.18",
23
+ "@twin.org/core": "0.0.1-next.19",
24
24
  "@twin.org/nameof": "next",
25
25
  "micro-key-producer": "0.7.1"
26
26
  },