X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fcrypto%2FPKCS1.java;h=63d6c372f67a9248d6cde691e9c1073e90aa7d3e;hb=HEAD;hp=05ed7881620c6cb724b941304fc44adf470b6098;hpb=4a23c660491a2418e138b261e230baa6cd284851;p=org.ibex.crypto.git diff --git a/src/org/ibex/crypto/PKCS1.java b/src/org/ibex/crypto/PKCS1.java index 05ed788..63d6c37 100644 --- a/src/org/ibex/crypto/PKCS1.java +++ b/src/org/ibex/crypto/PKCS1.java @@ -1,6 +1,10 @@ // Copyright 2000-2005 the Contributors, as shown in the revision logs. // Licensed under the Apache Public Source License 2.0 ("the License"). // You may not use this file except in compliance with the License. +/* + * org.ibex.PKCS1 - By Brian Alliet + * Copyright (C) 2004 Brian Alliet + */ package org.ibex.crypto; import java.security.SecureRandom;