Merge branch 'asn_bug22006_final_squashed'

This commit is contained in:
Nick Mathewson
2017-06-27 17:19:08 -04:00
10 changed files with 239 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (ed25519):
- Add validation function that checks for torsion components in ed25119
public keys. Currently unused but will be used by prop224 client-side
code. Addresses ticket #22006. Math help by Ian Goldberg.