gfoidl.Base64
1.0.0-preview-1
See the version list below for details.
dotnet add package gfoidl.Base64 --version 1.0.0-preview-1
NuGet\Install-Package gfoidl.Base64 -Version 1.0.0-preview-1
<PackageReference Include="gfoidl.Base64" Version="1.0.0-preview-1" />
paket add gfoidl.Base64 --version 1.0.0-preview-1
#r "nuget: gfoidl.Base64, 1.0.0-preview-1"
// Install gfoidl.Base64 as a Cake Addin
#addin nuget:?package=gfoidl.Base64&version=1.0.0-preview-1&prerelease
// Install gfoidl.Base64 as a Cake Tool
#tool nuget:?package=gfoidl.Base64&version=1.0.0-preview-1&prerelease
gfoidl.Base64
A .NET library for base64 encoding / decoding, as well as base64Url support.
Encoding can be done to buffers of type byte
(for UTF-8) or char
.
Decoding can read from buffers of type byte
(for UTF-8) or char
.
Encoding / decoding supports buffer-chains, for example for very large data or when the data arrives in chunks.
If available AVX will "eat" up as much as possible, then SSE will "eat" up as much as possible, finally scalar code processes the rest (including padding).
Note: SIMD-support (with HW-intrinsics) is officially supported for .NET Core 3.0 onwards. Hence SIMD-support for .NET Core 2.1 is not official, and based on an experimental (but tested) solution. Further note that future versions of the JIT may not compile these bits anymore. So use this library with caution in a .NET Core 2.1 project.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
- System.Runtime.Intrinsics.Experimental (>= 4.6.0-preview1-26724-02)
-
.NETCoreApp 3.0
- System.Runtime.CompilerServices.Unsafe (>= 4.5.2)
-
.NETStandard 2.0
- System.Buffers (>= 4.4.0)
- System.Memory (>= 4.5.1)
- System.Runtime.CompilerServices.Unsafe (>= 4.5.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on gfoidl.Base64:
Package | Downloads |
---|---|
JsonWebToken
High-performance JWT library. Provides Json Web Token primitives. |
|
Arc.Crypto
C# library of hash functions |
|
BD.Common
次元超越通用基类库 |
|
BD.Common.AspNetCore.Blazor.BackManage
次元超越通用多租户后台 UI 库 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 7,820 | 12/20/2022 |
1.1.2 | 12,959 | 9/30/2022 |
1.1.1 | 175,223 | 6/18/2020 |
1.1.0 | 484 | 6/18/2020 |
1.0.1 | 3,299 | 11/8/2019 |
1.0.0 | 452 | 9/24/2019 |
1.0.0-preview-3 | 433 | 12/26/2018 |
1.0.0-preview-2 | 513 | 12/2/2018 |
1.0.0-preview-1 | 479 | 11/29/2018 |