Does SHA-1 switch to accelerated automatically?

2019-06-02 Thread Jeffrey Walton
Hi Everyone, Re: https://www.lysator.liu.se/~nisse/nettle/nettle.html#SHA1 Does SHA-1 switch to hardware acceleration for x86 and ARMv8 automatically? Or is a different call required? Jeff ___ nettle-bugs mailing list nettle-bugs@lists.lysator.liu.se h

Re: Does SHA-1 switch to accelerated automatically?

2019-06-03 Thread Niels Möller
Jeffrey Walton writes: > Does SHA-1 switch to hardware acceleration for x86 and ARMv8 > automatically? Or is a different call required? If Nettle is configured with --enable-fat, choice of assembly routines is done at runtime. Otherwise, it's a compile-time choice. Regarding sha1, development v

Re: Does SHA-1 switch to accelerated automatically?

2019-06-03 Thread Jeffrey Walton
On Mon, Jun 3, 2019 at 5:31 AM Niels Möller wrote: > > Jeffrey Walton writes: > > > Does SHA-1 switch to hardware acceleration for x86 and ARMv8 > > automatically? Or is a different call required? > > If Nettle is configured with --enable-fat, choice of assembly routines > is done at runtime. Oth

Re: Does SHA-1 switch to accelerated automatically?

2019-06-03 Thread Niels Möller
Jeffrey Walton writes: > Are there any plans for ARMv8? I'm not planning to work on that soon, and I don't have any convenient access to ARMv8 hardware. Contributions welcome. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to whole

Re: Does SHA-1 switch to accelerated automatically?

2019-06-03 Thread Jeffrey Walton
On Mon, Jun 3, 2019 at 8:21 AM Niels Möller wrote: > > Jeffrey Walton writes: > > > Are there any plans for ARMv8? > > I'm not planning to work on that soon, and I don't have any convenient > access to ARMv8 hardware. Contributions welcome. Sorry, I have not acquired a taste for the m4 programmi