otrv4 / otrv4

Off-the-Record Messaging Protocol version 4. -This is a draft- This repository is a mirror of http://bugs.otr.im/otrv4/otrv4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check some SMP section things

claucece opened this issue · comments

Include:

  • Generate scalars ala eddsa (clamping, etc).
  • Prior to generate a contribution value, multiply the point by the cofactor.
  • Aways check that is generated in the right group and it is a valid point.
  • Clarify the encoding and the generation of the scalars.

Must be nice to also check #173 as part of this.

@DrWhax @giovaneliberato

Here some of the docs:

Let's have a call to talk about this?

@claucece @giovaneliberato hey thanks! sounds good!

Ok, it looks good so far to me :) I just did some refactorings. What is missing is to:

  • Check if the x or y 'secret information' needs pruning as well: 90% sure that yes
  • Check that all generated points are valid