Reputation: 63
I am new to openssl & working on powerpc architecture device and want to integrate SHA3 from openssl in assembly format. I came across the below link for this:
Source file : https://github.com/openssl/openssl/blob/master/crypto/sha/sha3.c
Assembly file : https://github.com/openssl/openssl/blob/master/crypto/sha/asm/keccak1600-ppc64.pl
However, assembly file is encoded as a perl script. how can I get .s file from this ?
& can I integrate this .s + sha3.c + sha3.h in my project for the complete SHA3 implementation ? I am not about complete architecture and want as minimum overhead as possible ?
Upvotes: 0
Views: 32