RadzenGravatar not producing hash

Radzen doesnt seem to be generating the hash for the gravatar?

<RadzenGravatar Email=@_userName></RadzenGravatar>

Using version 3.3.2

crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
      Unhandled exception rendering component: System.Security.Cryptography.Algorithms is not supported on this platform.

Wondering how you guys got this working on Blazor WASM?
Edit, It seems you cannot generate the hash on the client side - as of now anyway, the Blazor team may be including the Crypto API's in future updates. For now, it must be generated by the server and sent to the client. It's an important note for the usage, you may want to include this somewhere that it's cant be used in Blazor WASM, that is of course unless you patch it to allow a hash parameter.

Thanks! We will update our article.