curve-25519 Questions

6

Solved

The new SQRL authentication scheme relies on Curve Ed25519 encryption developed by Daniel Bernstein. However, in order to start implementing this scheme there needs to be a mature implementation of...
Tennietenniel asked 2/10, 2013 at 22:6

2

Solved

How can we generate a Curve25519 key pair from the command line? We have a MacBook Air with Homebrew installed. Should we use OpenSSL or another command line tool? How do we use that tool to gen...
Tallyho asked 21/4, 2017 at 15:34

1

Solved

It seems that .NET (Core 3.1) supports custom curves in ECC. So I've defined the Curve25519, and generated key pair by below code: using System; using System.Security.Cryptography; namespace Curve...

2

I'm looking into using curve25519 on a javacard 3.0.4 but I got stuck and I have the following questions: Does javacard 3.0.4 support such a curve? What I've tried so far was to convert the Montg...
Crinoid asked 4/8, 2015 at 11:3
1

© 2022 - 2024 — McMap. All rights reserved.