Spanify Cryptography.Base64Transform
authorGünther Foidl <gue@korporal.at>
Wed, 17 Jul 2019 18:06:17 +0000 (20:06 +0200)
committerJeremy Barton <jbarton@microsoft.com>
Wed, 17 Jul 2019 18:06:17 +0000 (11:06 -0700)
commit15100107427c79021da9a4f973f5076f787ddc45
tree5002672b55b685fccc9c940fa3fe4858846068b9
parent1132cd85712bc174852377f4c65f40d82e81e043
Spanify Cryptography.Base64Transform

So it can be non-allocating byte[] -> byte[], instead of allocating (temp. buffer) and copying with byte[] -> char[] -> byte[].

Commit migrated from https://github.com/dotnet/corefx/commit/d4a935c526f5f84d6136066bd554f619ed0b7476
src/libraries/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
src/libraries/System.Security.Cryptography.Encoding/src/System/Security/Cryptography/Base64Transforms.cs
src/libraries/System.Security.Cryptography.Encoding/tests/Base64TransformsTests.cs