MYSymmetricKey.h
changeset 6 2d7692f9b6b4
parent 1 60e4cbbb5128
child 12 e4c971be4079
     1.1 --- a/MYSymmetricKey.h	Sat Apr 04 22:56:13 2009 -0700
     1.2 +++ b/MYSymmetricKey.h	Thu Apr 09 22:46:48 2009 -0700
     1.3 @@ -25,4 +25,7 @@
     1.4  /** The key's algorithm. */
     1.5  @property (readonly) CCAlgorithm algorithm;
     1.6  
     1.7 +/** The key's size/length, in bits. */
     1.8 +@property (readonly) unsigned keySizeInBits;
     1.9 +
    1.10  @end