Prince
Prince
### Describe your change: - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? - [x] Add...
### Describe your change: - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? - [x] Add...
This PR fixes typos in these files src/ciphers/kernighan.rs src/ciphers/mod.rs
This PR fixes typos in the file src/string/isogram.rs
This PR fixes typos in the file src/ciphers/salsa.rs
This PR fixes typos in the file src/ciphers/chacha.rs
This PR fixes typos in the file src/ciphers/base64.rs
I updated class based components to functional components for question 83: `Is it possible to use react without JSX?` ```javascript const Greeting = ({ message }) => { return Hello...
This PR fixes typos in tree-walk.h Before ```* return the the object name and the mode of the found entry via the``` After ```* return the object name and the...