MYSymmetricKey.h
changeset 9 aa5eb3fd6ebf
parent 1 60e4cbbb5128
child 12 e4c971be4079
     1.1 --- a/MYSymmetricKey.h	Sat Apr 04 22:56:13 2009 -0700
     1.2 +++ b/MYSymmetricKey.h	Sun Apr 12 22:16:14 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