baking-bad / beacon-dotnet-sdk

Beacon .NET SDK for Tezos wallet developers to seamlessly connect to multiple dApps
https://www.nuget.org/packages/Beacon.Sdk
MIT License
12 stars 5 forks source link

Libsodium support for iOS/Android #66

Closed matsakiv closed 1 year ago

matsakiv commented 1 year ago

Currently Beacon.Sdk only supports desktop platforms, because the default libsodium library contains runtime libraries for Windows/Linux/MacOS only

For iOS and Android additional runtime/static libraries must be provided and the following changes are needed: