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
* Use uint8_t const in IBlobPersistor.h
Some versions of clang will not compile when the array_view data for
CryptographicBuffer::CreateFromByteArray is not `uint8_t const`.
This change switches the callsites to use uint8_t const where needed.
* Change files
* Fix Blob test comparison
Co-authored-by: Julio C. Rocha <julio.rocha@microsoft.com>
0 commit comments