@onekeyfe/hd-web-sdk 0.1.54 → 0.1.55

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.
@@ -15,6 +15,8 @@
15
15
 
16
16
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
17
17
 
18
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
19
+
18
20
  /**
19
21
  * @license bytebuffer.js (c) 2015 Daniel Wirtz <dcode@dcode.io>
20
22
  * Backing buffer: ArrayBuffer, Accessor: Uint8Array
@@ -27,21 +29,3 @@
27
29
  * Released under the Apache License, Version 2.0
28
30
  * see: https://github.com/dcodeIO/long.js for details
29
31
  */
30
-
31
- /**
32
- * [js-sha256]{@link https://github.com/emn178/js-sha256}
33
- *
34
- * @version 0.9.0
35
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
36
- * @copyright Chen, Yi-Cyuan 2014-2017
37
- * @license MIT
38
- */
39
-
40
- /**
41
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
42
- *
43
- * @version 0.8.0
44
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
45
- * @copyright Chen, Yi-Cyuan 2015-2018
46
- * @license MIT
47
- */