[Cryptech Tech] Requirements for signing the Tor consensus

Daniel Cegiełka daniel.cegielka at gmail.com
Wed Mar 5 15:12:35 UTC 2014


2014-03-05 15:04 GMT+01:00 Joachim Strömbergson <joachim at secworks.se>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Aloha!
>
> Daniel Cegiełka wrote:
>> I recommend signify as an ed25519 example:
>>
>> http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/signify/
>>
>> Please note which files are used; from Makefile:
>>
>> SRCS= signify.c SRCS+= fe25519.c sc25519.c smult_curve25519_ref.c
>> SRCS+= mod_ed25519.c mod_ge25519.c SRCS+= crypto_api.c
>>
>> .PATH for these files:
>>
>> http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/
>
> Great, thanks!
> Added to the reference.

I made a signify port to Linux (from OpenBSD repo), but I have a very
customized libc and it will not work on glibc etc. OpenBSD on virtual
machine is easier way to test signify/Ed25519.

See also this:

https://github.com/jedisct1/libsodium
https://github.com/stef/pysodium

Daniel



More information about the Tech mailing list