diff options
-rw-r--r-- | TwoStepsAuthenticator/Base32Encoding.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TwoStepsAuthenticator/Base32Encoding.cs b/TwoStepsAuthenticator/Base32Encoding.cs index 40e2551..87ba10f 100644 --- a/TwoStepsAuthenticator/Base32Encoding.cs +++ b/TwoStepsAuthenticator/Base32Encoding.cs @@ -6,8 +6,7 @@ using System.Threading.Tasks; namespace TwoStepsAuthenticator { - // This class was found just here : http://stackoverflow.com/questions/641361/base32-decoding - // No licence information, I think I'm allowed to use it here. + // This class was found here : http://stackoverflow.com/questions/641361/base32-decoding public class Base32Encoding { public static byte[] ToBytes(string input) |