/*!
@constant kSecDigestLengthAttribute
Used with SecTransformGetAttribute to query the length attribute.
- Returns a CFNumberRef that contains the length.
+ Returns a CFNumberRef that contains the length in bytes.
*/
extern const CFStringRef kSecDigestLengthAttribute;
@result The CFTypeID
*/
-CFTypeID SecDigestTransformGetTypeID()
+ CFTypeID SecDigestTransformGetTypeID(void)
__OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA);
CF_IMPLICIT_BRIDGING_DISABLED