is it not supported SHA algo? <img width="542" alt="스크린샷 2022-04-06 오전 11 08 14" src="https://user-images.githubusercontent.com/85142573/161881539-84d17663-7cde-4c98-be71-bfdbbc4aeb1d.png"> ``` import CryptoJS from 'react-native-crypto-js'; export const encryptSha = (text: string) => { console.log("result : ", CryptoJS); }; ```
is it not supported SHA algo?
