-
cc @protz
I've been experimenting with providing js_of_ocaml stubs for hacl-star.
Theses stubs can (mostly) be automatically generated from the ctypes bindings and `api.json`.
Using the hacl-wa…
hhugo updated
3 weeks ago
-
configuration:
```nix
system.etc.overlay.enable = true;
system.etc.overlay.mutable = false;
services.userborn.enable = true;
```
systemd:
```shellsession
$ systemctl --failed
UN…
-
The example tokens in this library use `"alg": "ED25519"`, but the related spec seems to suggest that it be `"EdDSA"` instead.
https://tools.ietf.org/html/rfc8037#appendix-A.4
-
On Guacamole troubleshoot when use ssh connection to Ubuntu 24.04 LTS Unable to negotiate with ip4 port 40334: no matching host key type found. Their offer: rsa-sha2-512,rsa-sha2-nistp256,ssh-ed25519
-
## Summary
Currently, Rspamd cannot load PEM-encoded ed25519 keys and thinks they are RSA keys. Now that OpenSSL supports ed25519, I believe there are no benefits in using a custom and non-portable…
-
The [Dhall](https://dhall-lang.org/) configuration language. [Rust implementation](https://github.com/Nadrieril/dhall-rust).
```dhall
let user = "bill"
in { home = "/home/${user}"
, p…
-
Paul currently supports Ed25519. We're hoping Paul will implement Ed25519ph soon: https://github.com/paulmillr/noble-ed25519/issues/63
The W3C Web Cryptography API recommendation also omits Ed2551…
-
I am getting permission denied error messages when using an ed25519 key file.
It Works when using **v0.1.4** but not on master
Error Message:
```txt
##[group]Run appleboy/scp-action@master
with…
mptr updated
4 months ago
-
I'm trying to generate vanity wallet addresses, which are originally in ed25519, so I start by generating random bytes from a PRNG enough to cast into a secret key and then generate key pairs, but I r…
-
Hi all !
I was wondering if we could use an `ed25519-dalek` generated keypair with your library ?
In particular, the public key format seems to be very different, and not compatible with the one y…