mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-21 23:19:02 +00:00
Optional sha512 to spread out the final password for rand_pw app (#2281)
* fix issue from #1444 * add hash sha512 * check point 1, with useless init pw usage * gui * should be works * fix warning from sah512 lib * delete diff file for debugging
This commit is contained in:
committed by
GitHub
parent
b0c92d9baf
commit
7d96bc4efe
@@ -100,6 +100,8 @@ set(EXTCPPSRC
|
||||
#random
|
||||
external/random_password/main.cpp
|
||||
external/random_password/ui_random_password.cpp
|
||||
external/random_password/sha512.cpp
|
||||
external/random_password/sha512.h
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
||||
Reference in New Issue
Block a user