KdbxChallengeResponse typedef

KdbxChallengeResponse = List<int> Function(List<int> challenge)

A challenge response function type.

Implementation

typedef KdbxChallengeResponse = List<int> Function(List<int> challenge);