SecureBlackbox 2020 iOS Edition

Questions / Feedback?

finish (method)

Completes the hash and returns the resulting message digest.

Syntax

- (NSData*)finish;
public func finish() throws -> Data

Remarks

This method finalizes the hashing operation and returns the message digest of the input data. Use it in conjuction with Reset and Update methods to process data in chunks.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]