Skip to content

Commit

Permalink
add chacha/poly1305 ppc64le support via perl assembly
Browse files Browse the repository at this point in the history
I agree to license my contributions to each file under the terms given
at the top of each file I changed.
  • Loading branch information
erichte-ibm committed Jan 22, 2021
1 parent 4aa4979 commit b1b0141
Show file tree
Hide file tree
Showing 3 changed files with 3,335 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ const RING_SRCS: &[(&[&str], &str)] = &[
(&[POWERPC64], "crypto/fipsmodule/ec/asm/ecp_nistz256-ppc64.pl"),
(&[POWERPC64], "crypto/fipsmodule/ec/asm/x25519-ppc64.pl"),
(&[POWERPC64], "crypto/cpu-ppc.c"),
(&[POWERPC64], "crypto/poly1305/asm/poly1305-ppc.pl"),
(&[POWERPC64], "crypto/chacha/asm/chacha-ppc.pl"),

];

Expand Down
Loading

0 comments on commit b1b0141

Please sign in to comment.