-
Your Name빈희진 Question안녕하세요. 혹시 crack을 구현하기 위해서 기본적으로 제공되는 함수가 아닌 다른 모듈에 있는 함수를 사용하는 것도 가능할까요? 이를 위해서 모듈을 open해야 하는데, 혹시 이것이 코드 구조를 바꾸는 것일 수도 있을 것 같아 질문드립니다. Hello. Would it be possible to use functions from other modules (not default functions provided) when implementing crack? To do this, I would need to add code for opening the module, but I am wondering if this might change the code structure. That's why I'm asking. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
또한 enc, dec, crack 외의 다른 함수를 정의해서 사용해도 되는지 궁금합니다. |
Beta Was this translation helpful? Give feedback.
-
혹시 어떤 모듈을 말씀하시는 건지 알 수 있을까요? 참고로 HW1은 추가로 외부 모듈을 사용하지 않아도 구현이 가능하게끔 디자인되어 있습니다. Can you specify which module you are considering? FYI, HW 1 is designed so that it can be implemented without external modules. |
Beta Was this translation helpful? Give feedback.
표준 라이브러리는 필요하다면 당연히 써야겠지요?
No problem.