您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

54 行
1.6 KiB

  1. Important work items for Ed448-Goldilocks / decaf:
  2. * Signed 32-bit NEON implementation to avoid bias/reduce after subtract
  3. * Documentation: write high-level API docs, and internal docs to help
  4. other implementors.
  5. * Pretty good progress on Doxygenating the code.
  6. * Documentation: write a spec or add to Watson's
  7. * Cleanup: rename everything consistently.
  8. * namespace_op or op_namespace? namespace_op_type?
  9. * We don't have to be super-careful with the namespacing, because
  10. symbols will be scrubbed by visibility
  11. * Mostly done.
  12. * Cleanup: unify intrinsics code
  13. * Word_t, mask_t, bigregister_t, etc.
  14. * [ MOSTLY DONE ]
  15. * Generate asm intrinsics with a script?
  16. * Testing:
  17. * More testing. Testing, testing and testing.
  18. * Test corner cases better.
  19. * Safety:
  20. * Decide what to do about RNG failures
  21. * abort
  22. * return error and zeroize [ THIS ]
  23. * return error but continue if RNG is kind of mostly OK
  24. * Portability: test and make clean with other compilers
  25. * Using a fair amount of __attribute__ code.
  26. * [Should work for GCC now. But not really on ARM.
  27. * Portability: try to make the vector code as portable as possible
  28. * Currently using clang ext_vector_length.
  29. * I can't get a simple for-loop to autovectorize :-/
  30. * SAGE tool?
  31. * Portability: make the outer layers of the code 32-bit clean.
  32. * Was [DONE], but a regression on ARM GCC.
  33. * Performance: Improve SHAKE.
  34. * Improve speed. (Maybe)
  35. * Clear other TODO/FIXME/HACK/PERF items in the code
  36. * More curves? E-521 at least? Ed41417?
  37. * CFRG compat modes.
  38. * Submit Decaf to SUPERCOP