/** * com.sekati.crypt.IHash * @version 1.0.0 * @author jason m horwitz | sekati.com * Copyright (C) 2007 jason m horwitz, Sekat LLC. All Rights Reserved. * Released under the MIT License: http://www.opensource.org/licenses/mit-license.php */ /** * Marker interface for all cryptographic hashing classes * @see http://en.wikipedia.org/wiki/Cryptographic_hash_function * @see http://en.wikipedia.org/wiki/Marker_interface_pattern */ interface com.sekati.crypt.IHash { }