Actions
Feature #4901
closedDefine EdDSA-based signature type
Start date:
Due date:
% Done:
100%
Estimated time:
Tags:
Files
Updated by Alex Afanasyev over 2 years ago
Signature type 5 now reserved for this signature type.
Updated by Junxiao Shi over 2 years ago
- Tags deleted (
needs-discussion) - Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi over 2 years ago
- File sig5.py added
- % Done changed from 0 to 50
https://gerrit.named-data.net/c/NDN-TLV/+/6745
(deleted wrong version of proof-of-concept code)
Updated by Junxiao Shi over 2 years ago
Attachment is proof-of-concept signing code that prints a self-signed certificate using Ed25519 signature type.
It depends on: asn1 2.5.0, pynacl 1.5.0, python-ndn 0.3.
The following certificate may be used for interop testing:
Bv0BCgc1CAxFZDI1NTE5LWRlbW8IA0tFWQgQNWE2MTVkYjdjZjA2MDNiNQgEc2Vs
ZjYIAAABgQD8AY0UCRgBAhkEADbugBUsMCowBQYDK2VwAyEAQxUZBL+3I3D4oDIJ
tJvuCTguHM7AUbhlhA/wu8ZhrkwWVhsBBRwnByUIDEVkMjU1MTktZGVtbwgDS0VZ
CBA1YTYxNWRiN2NmMDYwM2I1/QD9Jv0A/g8xOTcwMDEwMVQwMDAwMDD9AP8PMjAy
MjA1MjZUMTUyODQ0F0DAAWCZzxQSCAV0tluFDry5aT1b+EgoYgT1JKxbKVb/tINx
M43PFy/2hDe8j61PuYD9tCah0TWapPwfXWi3fygA
It's already validated against Go standard libary crypto/ed25519
package.
Updated by Davide Pesavento over 2 years ago
- Blocks Feature #5209: Ed25519 signature type added
Updated by Junxiao Shi over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
This got merged faster than I thought.
Actions