Refactor package naming scheme and line endings (CRLF)

This commit is contained in:
Chord 2016-05-03 03:58:58 -04:00
parent 14e48d47ae
commit df1d222df8
31 changed files with 404 additions and 385 deletions

View file

@ -1,8 +1,8 @@
// Copyright (c) 2016 PSForever.net to present
import org.specs2.mutable._
import psforever.crypto.CryptoInterface
import psforever.crypto.CryptoInterface.CryptoDHState
import net.psforever.crypto.CryptoInterface
import net.psforever.crypto.CryptoInterface.CryptoDHState
import scodec.bits._
class CryptoInterfaceTest extends Specification {