You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
1.1 KiB

  1. Important work items for Ed448-Goldilocks / decaf:
  2. * Test 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: unify intrinsics code
  8. * Generate asm intrinsics with a script?
  9. * Testing:
  10. * More testing. Testing, testing and testing.
  11. * Test corner cases better.
  12. * Safety:
  13. * Decide what to do about RNG failures
  14. * abort
  15. * return error and zeroize [ THIS ]
  16. * return error but continue if RNG is kind of mostly OK
  17. * Portability: test and make clean with other compilers
  18. * Using a fair amount of __attribute__ code.
  19. * Should work for GCC now.
  20. * Autoconf
  21. * Portability: try to make the vector code as portable as possible
  22. * Currently using clang ext_vector_length.
  23. * I can't get a simple for-loop to autovectorize :-/
  24. * SAGE tool?
  25. * More curves? E-521 at least? Ed41417?
  26. * Submit Decaf to SUPERCOP