Unverified Commit ee9015df authored by Robin Freyler's avatar Robin Freyler Committed by GitHub
Browse files

Base Key on [u8; 32] (#971)

* implement new Key2 primitive that is based on [u8; 32]

* implement Key::add_assign_u64_using method

* integrate new Key type into the rest of the ink! codebase

* rename key2.rs -> key.rs

* fix some Wasm build bugs with new Key type integration

* add #[inline] to Key::add_assign_u64_using method

* optimize Key add assign methods

Somehow those new implementations optimize better ...

* apply rustfmt

* fix hunspell issues

* fix clippy issues

* improve LazyArray and LazyIndexMap impls

* rename add_assign_u64_using to add_assign_using and make it generic

Generic over T where T: Into<u64> so it accepts u32 as well etc.

* remove unnecessary cast
parent e8d47396
Pipeline #163090 passed with stages
in 31 minutes and 22 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment