You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post commit a4dbdc7, the create_ak API no longer supports customising the key beyond its object attributes. This is due to the following change:
- };
-
- let key_builder = if let Some(ref k) = key_customization {
- k.template(key_builder)
- } else {
- key_builder
- };
-
- key_builder.build()
+ }
I don't know if this was intentional or not, but if it is then it's probably worth documenting that the key customisation template method won't be called.
Following feedback from parallaxsecond#322, this reintroduces customization for AK
public objects in the abstraction layer.
`Hash` is also added to the derive list of `EccCurveIdentifier`.
Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
Post commit a4dbdc7, the create_ak API no longer supports customising the key beyond its object attributes. This is due to the following change:
I don't know if this was intentional or not, but if it is then it's probably worth documenting that the key customisation template method won't be called.
Cc: @Superhepper
The text was updated successfully, but these errors were encountered: