Sofía Celi
Sofía Celi
I'm leaving this for someone to take it as I'm focusing on #179 . I'll take it after that or someone else can take it.
For this, should be checked: - [x] that everything that should be static is static. - [x] separate the internal header files from the API ones.
Yes, this is something to be done right at the end of the libotr-ng work @olabini
Hi, @SashaZezulinsky . The code that implements eddsa as per the RFC is here: https://github.com/otrv4/ed448/blob/master/eddsa.go and it is 57 and 114 bytes. What are you referring to?
From scalar, missing: - [x] Invert - [ ] Set to unsigned 64 - [x] MontSquare - [x] Destroy - [x] CondSelect From point, missing: - [x] Point negate -...
To check: - [ ] Meta instance tags - [ ] Fragmentation - [ ] Context - [ ] Resend messages by time: lastsent,lastrec - [ ] OTR offer -...
Also check: - [ ] fingerprint_seen_otr3 seems a bit shortsighted. maybe we should just give a "version" argument to fingerprint_seen instead? - [ ] Implement or check most of the...
This is something we can tackle at the assembly at CCC. We should create tasks. But this can be a nice start for people in OTRv4.
Depends on #179 being finished.
Thanks @olabini