-
Updated
Jun 16, 2020 - JavaScript
ed25519
Here are 175 public repositories matching this topic...
-
Updated
Jun 21, 2020 - PHP
-
Updated
Jun 11, 2020 - C
-
Updated
Jun 18, 2020 - PHP
Hi
The docs aren't clear on this question: how do you recommend setting up multiple devices to use the same private key? Or is that a no-no?
Test coverage is around 75% for SIDH package (/dh/sidh).
Good to have unit tests that cover missing areas of code.
-
Updated
Apr 13, 2020 - Go
I'm using ed25519-dalek for keygen, signing, and verification, and x25519 for ECDH. How do I convert secret public keys between them?
Take this naive attempt -- it seems like this works fine:
extern crate ed25519_dalek;
extern crate x25519_dalek;
extern crate rand;
use rand::prelude::*;
fn main() {
let edkey1 = ed25519_dalek::Keypair::generate(&mut thread_rng()).public;-
Updated
Aug 14, 2019 - Go
-
Updated
May 23, 2020 - C
-
Updated
May 31, 2020 - Go
-
Updated
Apr 25, 2020 - C#
-
Updated
Jun 17, 2020 - Rust
-
Updated
Jul 2, 2020 - TypeScript
-
Updated
Feb 29, 2020
-
Updated
Apr 16, 2020 - Java
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jun 23, 2020 - Rust
-
Updated
Feb 1, 2020 - Go
-
Updated
May 25, 2020 - Rust
-
Updated
Jul 6, 2017 - Rust
-
Updated
May 15, 2020 - Python
-
Updated
Jun 24, 2020 - Rust
-
Updated
Jun 15, 2020 - TypeScript
Improve this page
Add a description, image, and links to the ed25519 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ed25519 topic, visit your repo's landing page and select "manage topics."


are there methods for validating passwords when using
#scrypt?are there methods for validating passwords when using
#argon2instead of#argon2_str?EDIT FOR CLARITY
The way the docs are presented makes it seem that there is more available than what's documented. Something feels like it's missing