nihalpasham / rustBoot

rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.
MIT License
214 stars 21 forks source link

Mcusigner #47

Closed yashwanthsinghm closed 2 years ago

yashwanthsinghm commented 2 years ago

Test case was added for sha256_digest_value() in mcu signer.

    Finished test [unoptimized + debuginfo] target(s) in 0.05s
     Running unittests src/main.rs (target/debug/deps/rbsigner-adf2aa763558340d)

running 1 test
sha256_digest_value: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
test mcusigner::tests::sha256_digest_value_test ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 9 filtered out; finished in 0.00s

Terminal will be reused by tasks, press any key to close it.