-
The documentation for IsolatedFlush in BufferedTransformation states that IsolatedFlush should return true on success.
The FileSink code returns false on success:
```
bool FileSink::IsolatedFlush…
-
Compile now works, I just had to replace #include
-
wiznote: symbol lookup error: wiznote: undefined symbol: _ZN8CryptoPP7IntegerC1EPKc
fedora27
-
I would like to replace the mishmash of hash algorithm implementations with a single library. This will allow us to quickly add support for new algorithms (e.g. SHA-3), remove worries about bug fixes …
-
`emplace_*` methods are more efficient when adding new objects, but might require C++11.
Does it make sense to add code for this?
Tests run successfully for the branch https://github.com/irwir/crypt…
-
See: https://github.com/readium/readium-sdk/issues/232
-
### Describe the bug
There is high CPU utilization by the gta_sa.exe process when MTA is first opened. It takes unreasonably long (about 10 minutes) for the process CPU to reduce to under 10%.
*…
-
git地址
https://github.com/zwkno1/shadowsocks-asio
网络使用boost asio,加密使用cryptopp。
目前只支持tcp。
-
Hi!
Thank you for your amazing reactivity :)!
I was wondering if you were planning to expose a way to calculate MACs and hashes in multiple stages:
- creation to set up the mac or hash object;
…
tex0l updated
2 years ago
-
First place i've started looking is inside fips140.h
There are notes all through the file as to when and why the self test would pass or fail, would be interesting to narrow the reason down when i…