-
The library was built with the provided gradlew script on a system running java 1.8.
It looks like the library does not include an implementation of Daniel Bernstein's Curve22519 key. Am I doing so…
-
Hi,
Keybase seems to lack support for ECDSA and Ed25519 keys as well as subkeys.
```
Unknown key type: 22
```
Aaron
-
Please refrain from using the false SipHash security claims and adding your own nonsense.
"cryptographically strong pseudo-random function"
"Expected applications include DoS-proof hash tables a…
-
I was stepping through our code and found this in our generated code:
``` java
@Override
public int hashCode() {
int h = 31;
h = h * 17 + firstInstant.hashCode();
h = h * 17 + secondIns…
-
Maybe we should write a paper, similar to the NaCl paper, about our API. We found a way to make file encryption usable so I think it's worth it. It would document our design choices and perhaps make a…
-
With the published collision attack on SHA1 bittorrent may become less attractive for use-cases which don't just want simple integrity-checking (for which it still is perfectly fine) but also authenti…
-
I built the full version of CMS on Windows and made some observations.
1) Running:
$ cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 14 2015 Win64" -DSTATICCOMPILE=ON
$ msbuild INSTALL.…
-
Almost identical to https://github.com/intellij-rust/intellij-rust/issues/297, and also [here on SO](http://stackoverflow.com/questions/37511590/pycharm-unable-to-save-settings-failed-to-save-settings…
-
i was exploring a compatibility issue with [tweetnacl-js](https://github.com/dchest/tweetnacl-js) and am seeing some weird behavior
``` js
var nacl = require('tweetnacl')
var ec = require('elliptic')…
-
OPNsense 16.7.10 supports AES128 encryption for the HTTPS web management interface, otherwise known as the "webConfigurator".
I think the web server (lighhtpd) configuration file is located at /var…