view UTF8NoPreamble.cs @ 77:b5e27116bd2a

NaCl: fixed MAC/hash verification code
author Ivo Smits <Ivo@UCIS.nl>
date Tue, 11 Feb 2014 17:45:33 +0100
parents 4b78cc5f116b
children
line wrap: on
line source

???using System.Text;
namespace UCIS {
	public class UTF8NoPreamble : UTF8Encoding {
		public UTF8NoPreamble() : base(false) { }
	}
}