added Base64.java, fixed package names
[org.ibex.crypto.git] / src / org / ibex / crypto / PKCS1.java
index f5d0759..054f538 100644 (file)
@@ -1,5 +1,4 @@
-package com.brian_web.crypto;
-
+package org.ibex.crypto;
 import java.security.SecureRandom;
 
 public class PKCS1 {