Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Introduce Assembly #5

Closed
wants to merge 23 commits into from
Closed

Commits on Dec 21, 2021

  1. describe test

    ashWhiteHat committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7dd8125 View commit details
    Browse the repository at this point in the history
  2. github actions test

    ashWhiteHat committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    d6f2c96 View commit details
    Browse the repository at this point in the history
  3. arithmetic benches

    ashWhiteHat committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    cabd3d2 View commit details
    Browse the repository at this point in the history
  4. asm add method

    ashWhiteHat committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    7409c1c View commit details
    Browse the repository at this point in the history
  5. recursive 10000 times

    ashWhiteHat committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a7ba1a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix from raw logic

    ashWhiteHat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e56298a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542de62 View commit details
    Browse the repository at this point in the history
  3. introduce mul and mont

    ashWhiteHat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a21c2cb View commit details
    Browse the repository at this point in the history
  4. introduce square

    ashWhiteHat committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    3ce9d04 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. fix test error

    ashWhiteHat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4886749 View commit details
    Browse the repository at this point in the history
  2. optimize twice reduction

    ashWhiteHat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    4ffe4dc View commit details
    Browse the repository at this point in the history
  3. introduce assembly to neg

    ashWhiteHat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    81f05dc View commit details
    Browse the repository at this point in the history
  4. optimize mul

    ashWhiteHat committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    47c6854 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. integrate montgomery step

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    aee3d76 View commit details
    Browse the repository at this point in the history
  2. optimize instruction

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f02ef52 View commit details
    Browse the repository at this point in the history
  3. introduce assembly to fq

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f525977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef05763 View commit details
    Browse the repository at this point in the history
  5. introduce assembly

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6710592 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e1db8 View commit details
    Browse the repository at this point in the history
  7. assembly features

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    0c9440b View commit details
    Browse the repository at this point in the history
  8. bench normal and assembly

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    40657fb View commit details
    Browse the repository at this point in the history
  9. display type name

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    e5a7ffa View commit details
    Browse the repository at this point in the history
  10. add asm features

    ashWhiteHat committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    726d2fb View commit details
    Browse the repository at this point in the history