문제

Does .Net have a built-in implementation of SHA224 available for use or a way to get one of the existing .Net SHA implementations to do 224?

I found this blog post which seems to suggest there isn't and won't be a Microsoft implementation of SHA224 so does anyone know of a good 3rd party implementation?

Any solution that relies on P/Invoke is not acceptable as needs to be fully managed code as I need to support multiple platforms (.Net, Silverlight, Windows Phone and Mono)

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top