]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add support for ed25519 signature verification
authorMichael Schroeder <mls@suse.de>
Mon, 18 May 2020 16:17:42 +0000 (18:17 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 18 May 2020 16:17:42 +0000 (18:17 +0200)
commit7722700596516e5cc9deae5c0617529b9606f705
tree54909091ade9e3fe9b773825566e1ce438672e67
parentca9807c3b49e7b8ede35b9e5669ca7f2ff91f847
Add support for ed25519 signature verification

I did this to learn about elliptic curve cryptography. All test
vectors from the ed25519 reference implementation verify.
ext/solv_ed25519.h [new file with mode: 0644]
ext/solv_pgpvrfy.c