protected int engineUpdate(byte[] in, int inOfs, int inLen, byte[] out, int outOfs) throws ShortBufferException { return core.update(in, inOfs, inLen, out, outOfs); }
protected byte[] engineUpdate(byte[] in, int inOfs, int inLen) { return core.update(in, inOfs, inLen); }