Tool/KeyDerivationCommands.h

/*
    Copyright (C) 2016 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Commands for key derivation.
 */
 
#import "QToolCommand.h"
 
NS_ASSUME_NONNULL_BEGIN
 
/*! Implements the `pbkdf2-key-derivation` command.
 */
 
@interface PBKDF2KeyDerivationCommand : QToolCommand
 
@end
 
NS_ASSUME_NONNULL_END