-
Looking at a reference to Plataea, I saw that a) on its place page it appeared as having no references in Herodotus (which would be odd) and b) its Pleiades link is http://pleiades.stoa.org/places/#Pl…
-
- [ ] `burnsalve.md`
- [ ] `breadmolding-assignment.md`
- [ ] `painting-assignment.md`
- [ ] `verdigris-assignment.md`
- [ ] `pigment-madder-lake_assignment.md`
- [ ] `dyes-assignment.md`
- [ ] …
blms updated
6 months ago
-
James Tauber posted this sentence from Herodotus [on his blog](https://jktauber.com/2017/05/24/comparing-analyses-herodotus/):
> τὰ ἄχθεα οἱ μὲν ἄνδρες ἐπὶ τῶν κεφαλέων φορέουσι, αἱ δὲ γυναῖκες ἐπὶ…
-
### 问题的原因
通常由于网上找的js端提供的 SM2代码实现的方案, 都是**直接使用的私钥的d值和公钥的q值直接进行的加解密**
所以后端口返回的最好是从公钥里面提取的q值,以q值做为js端的加密公钥
#### 前端使用publicKey加密步骤
* 后端提取 q值
```java
SM2 sm2 = SmUtil.sm2();
String hexStr = HexU…
-
Tried admin / admin but I get a login failed.
-
The Perseus text links throughout GapVis take you to the first book/chapter/section of Herodotus (http://www.perseus.tufts.edu/hopper/text?doc=Perseus:text:1999.01.0126). Since the Perseus text also h…
-
**Is your feature request related to a problem? Please describe.**
I'm writing an extension and, despite checking every extension from the wiki, I couldn't find any that actually runs the their code …
-
There is a problem with the example of solidity-compatible hashes. The way it's currently done is that it calls `keccak_u256s_be_inputs` to hash a span composed of u256 words - however this function e…
-
In the current proof verification implementation, it is never asserted, that the tree was traversed all the way down to the leaf nodes.
The tree is fully traversed, if the entire key/path has been …
-
# The context
In deoxys, we disabled the [trie logs](https://consensys.io/blog/bonsai-tries-guide) from bonsai-trie. This is because it enables a huge speedup during sync as well as a big space win…