Made EdPoint public
This commit is contained in:
		
							parent
							
								
									42c8afcf39
								
							
						
					
					
						commit
						77709309ad
					
				@ -5,7 +5,7 @@ using System.Text;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace Ed25519
 | 
					namespace Ed25519
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    internal struct EdPoint
 | 
					    public struct EdPoint
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        public BigInteger X { get; set; }
 | 
					        public BigInteger X { get; set; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user