crypto-helper page: improve krb output: integrate SimpleOutput
component
#46
Labels
crypto-helper
Changes in the crypto-helper page
enhancement
Changes that affects all report or any general component
good-first-issue
If you want to start contributing into this project then it's a good chise to try
refactoring
just refactoring. no any new features.
at the current moment, we use a custom output component for the output of the krb cipher: https://github.com/TheBestTvarynka/crypto-helper/blob/main/src/crypto_helper/output/krb.rs#L17
But it's obviously better to integrate the
SimpleOutput
(https://github.com/TheBestTvarynka/crypto-helper/blob/main/src/common/simple_output.rs) component into it. In such a way we'll be able to see output bytes in different representationsThe text was updated successfully, but these errors were encountered: