diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/se/leap/bitmaskclient/PRNGFixes.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/se/leap/bitmaskclient/PRNGFixes.java b/src/se/leap/bitmaskclient/PRNGFixes.java index c14495d4..a046f01f 100644 --- a/src/se/leap/bitmaskclient/PRNGFixes.java +++ b/src/se/leap/bitmaskclient/PRNGFixes.java @@ -1,3 +1,5 @@ +package se.leap.bitmaskclient; + /* * This software is provided 'as-is', without any express or implied * warranty. In no event will Google be held liable for any damages @@ -6,6 +8,8 @@ * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it * freely, as long as the origin is not misrepresented. + * + * Source: http://android-developers.blogspot.de/2013/08/some-securerandom-thoughts.html */ import android.os.Build; |