Skip to content

Commit

Permalink
Import gcm assembly for power8.
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed May 8, 2019
1 parent 204132d commit 0720c76
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const RING_SRCS: &[(&[&str], &str)] = &[
(&[PPC64], "crypto/fipsmodule/bn/asm/ppc-mont.pl"),
(&[PPC64], "crypto/chacha/asm/chacha-ppc.pl"),
(&[PPC64], "crypto/fipsmodule/ec/asm/ecp_nistz256-ppc64.pl"),
(&[PPC64], "crypto/fipsmodule/modes/asm/ghashp8-ppc.pl"),
(&[PPC64], "crypto/poly1305/asm/poly1305-ppc.pl"),
(&[PPC64], "crypto/poly1305/asm/poly1305-ppcfp.pl"),
(&[PPC64], SHA512_PPC),
Expand Down
Loading

0 comments on commit 0720c76

Please sign in to comment.