Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multirepo: formosa-25519 #130

Merged
merged 4 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "submodules/crypto-specs"]
path = submodules/crypto-specs
url = https://github.com/formosa-crypto/crypto-specs.git
[submodule "submodules/formosa-25519"]
path = submodules/formosa-25519
url = https://github.com/formosa-crypto/formosa-25519.git
2 changes: 1 addition & 1 deletion src/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif

# --------------------------------------------------------------------
JEXT ?= jazz
override JFLAGS += -noinsertarraycopy
override JFLAGS += -noinsertarraycopy $(addprefix -slice ,$(FUNCTIONS))
JINCLUDE = -I Jade:$(SRC)

JASMIN ?= jasminc
Expand Down
2 changes: 1 addition & 1 deletion src/crypto_kem/xwing/amd64/ref/scalarmult.jinc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Jade require "crypto_scalarmult/curve25519/amd64/ref4/curve25519.jinc"
from Jade require "crypto_scalarmult/curve25519/amd64/ref4/scalarmult.jazz"

fn xwing_x25519_base_p_rp(#spill_to_mmx reg u64 qp, reg ptr u8[32] _n)
{
Expand Down
46 changes: 0 additions & 46 deletions src/crypto_scalarmult/curve25519/amd64/common/51/add5.jinc

This file was deleted.

113 changes: 0 additions & 113 deletions src/crypto_scalarmult/curve25519/amd64/common/51/cswap5.jinc

This file was deleted.

53 changes: 0 additions & 53 deletions src/crypto_scalarmult/curve25519/amd64/common/51/decode_u5.jinc

This file was deleted.

56 changes: 0 additions & 56 deletions src/crypto_scalarmult/curve25519/amd64/common/51/init_points5.jinc

This file was deleted.

73 changes: 0 additions & 73 deletions src/crypto_scalarmult/curve25519/amd64/common/51/sub5.jinc

This file was deleted.

Loading
Loading