prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Question][Hw1] Can we use frequency for digraphs/trigraphs? #224

Closed m-spitfire closed 1 year ago

m-spitfire commented 1 year ago

Name: Murad Bashirov

Hello! In the implementation of HW1, can we use frequencies of digraphs(2 consecutive letters)/trigraphs apart from the given single letter frequency? Thanks.

sujin0529 commented 1 year ago

Hi, You use the single letter frequency basically. But, if you need to use the frequencies of digraphs and trigraphs, you can use the frequencies.

Thanks.