tillitis / tkey-libs

TKey device libs
GNU General Public License v2.0
4 stars 2 forks source link

blake2s: use local variable for blake2s_ctx, move blake2s_ctx type #41

Open cobratbq opened 4 months ago

cobratbq commented 4 months ago

https://github.com/tillitis/tkey-libs/issues/38 here's a rough change for simplifying the call to blake2s. (I only checked that it compiles.) See the issue for further discussion on this probable simplification.