diff options
-rw-r--r-- | TwoStepsAuthenticator/Base32Encoding.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TwoStepsAuthenticator/Base32Encoding.cs b/TwoStepsAuthenticator/Base32Encoding.cs index 87ba10f..5acb49b 100644 --- a/TwoStepsAuthenticator/Base32Encoding.cs +++ b/TwoStepsAuthenticator/Base32Encoding.cs @@ -6,7 +6,8 @@ using System.Threading.Tasks; namespace TwoStepsAuthenticator { - // This class was found here : http://stackoverflow.com/questions/641361/base32-decoding + // This class was found just here : http://stackoverflow.com/questions/641361/base32-decoding + // This file is under Creative Commons http://creativecommons.org/licenses/by-sa/2.5/ public class Base32Encoding { public static byte[] ToBytes(string input) |