Updating npm externals
[KiwiIRC.git] / node / node_modules / socket.io-client / lib / vendor / web-socket-js / flash-src / com / hurlant / crypto / symmetric / IMode.as
1 /**
2 * IMode
3 *
4 * An interface for confidentiality modes to implement
5 * This could become deprecated at some point.
6 * Copyright (c) 2007 Henri Torgemane
7 *
8 * See LICENSE.txt for full license information.
9 */
10 package com.hurlant.crypto.symmetric
11 {
12 public interface IMode extends ICipher
13 {
14 }
15 }