Skip to content

Commit

Permalink
Merge pull request #130 from formosa-crypto/multirepo/formosa-25519
Browse files Browse the repository at this point in the history
multirepo: formosa-25519
  • Loading branch information
tfaoliveira-sb committed Aug 5, 2024
2 parents d4b6b6f + 535b22e commit df1f7c5
Show file tree
Hide file tree
Showing 36 changed files with 4,089 additions and 3,509 deletions.
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

0 comments on commit df1f7c5

Please sign in to comment.