Made return value readonly
This commit is contained in:
		
							parent
							
								
									7f4ae8a052
								
							
						
					
					
						commit
						c538626d12
					
				@ -56,7 +56,7 @@ namespace Ed25519
 | 
				
			|||||||
            };
 | 
					            };
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public EdPoint ScalarMul(BigInteger e)
 | 
					        public readonly EdPoint ScalarMul(BigInteger e)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            if (e.Equals(BigInteger.Zero))
 | 
					            if (e.Equals(BigInteger.Zero))
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user