CryptoSys API Library Manual

Cipher.BlockBytes Method

Return the block size in bytes for a given cipher algorithm

Syntax

[C#]
public static int BlockBytes(
	CipherAlgorithm alg
)
[VB.NET]
Public Shared Function BlockBytes ( _
	alg As CipherAlgorithm _
) As Integer

Parameters

alg
Type: CipherAlgorithm
Cipher algorithm

Return Value

Block size in bytes

[Contents] [Index]

[PREV: Blowfish.Update Method (String)...]   [Contents]   [Index]   
   [NEXT: Cipher.Decrypt Method (Byte, Byte, Byte, CipherAlgorithm, Mode, Padding, Cipher.Opts)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.