Skip to content

Commit b1b0141

Browse files
committed
add chacha/poly1305 ppc64le support via perl assembly
I agree to license my contributions to each file under the terms given at the top of each file I changed.
1 parent 4aa4979 commit b1b0141

3 files changed

Lines changed: 3335 additions & 0 deletions

File tree

build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const RING_SRCS: &[(&[&str], &str)] = &[
9797
(&[POWERPC64], "crypto/fipsmodule/ec/asm/ecp_nistz256-ppc64.pl"),
9898
(&[POWERPC64], "crypto/fipsmodule/ec/asm/x25519-ppc64.pl"),
9999
(&[POWERPC64], "crypto/cpu-ppc.c"),
100+
(&[POWERPC64], "crypto/poly1305/asm/poly1305-ppc.pl"),
101+
(&[POWERPC64], "crypto/chacha/asm/chacha-ppc.pl"),
100102

101103
];
102104

0 commit comments

Comments
 (0)