Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attest-data: fix Array<N>::try_from(Vec<u8>)
Turn Vec into a slice / [u8] before attempting to convert it into an Array<N>. This prevents a call loop.
- Loading branch information